diff --git a/website/styles/footer.css b/website/styles/footer.css new file mode 100644 index 0000000..2092a7b --- /dev/null +++ b/website/styles/footer.css @@ -0,0 +1,12 @@ +footer { + width: calc(100% - 256px); + margin-left: 256px; + + background-color: rgba(0,0,0,0.4); +} + +footer p { + padding: 5px; + + font-size: 14px; +} diff --git a/website/views/footer.php b/website/views/footer.php new file mode 100644 index 0000000..a7bed4e --- /dev/null +++ b/website/views/footer.php @@ -0,0 +1,3 @@ + diff --git a/website/views/head.php b/website/views/head.php index cdfa332..3654103 100644 --- a/website/views/head.php +++ b/website/views/head.php @@ -3,12 +3,16 @@