diff options
| author | horus | 2020-04-19 18:28:17 +0200 |
|---|---|---|
| committer | horus | 2020-04-19 18:28:17 +0200 |
| commit | ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 (patch) | |
| tree | e4f31cad2fa3bab448ebd604841e7a4e57ab8bba /resources/views/layouts/footer-style.blade.php | |
| parent | bf823c5063b5ad863e7e7cc313fb1406ddd14a98 (diff) | |
| download | curious-ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691.tar.gz | |
Add footer with about page.
Diffstat (limited to 'resources/views/layouts/footer-style.blade.php')
| -rw-r--r-- | resources/views/layouts/footer-style.blade.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/views/layouts/footer-style.blade.php b/resources/views/layouts/footer-style.blade.php new file mode 100644 index 0000000..e1f715e --- /dev/null +++ b/resources/views/layouts/footer-style.blade.php @@ -0,0 +1,14 @@ +html { + position: relative; + min-height: 100%; +} +body { + margin-bottom: 120px; +} +.footer { + position: absolute; + bottom: 50; + width: 100%; + height: 70px; +} + |
