diff --git a/assets/style/style.css b/assets/style/style.css index 6466acc..d8dceaa 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -79,6 +79,27 @@ body { margin-top: 30px; } +.footer-link-items { + display: flex; + gap: 15px; +} + +footer { + display: flex; + gap: 10px; + flex-direction: column; + align-items: center; + justify-content: center; + background-color: var(--waveBlue1); + height: 100px; + margin-top: auto; + width: 100vw; +} + +footer a, footer a:visited { + color: var(--crystalBlue); +} + nav { display: flex; flex-direction: row; diff --git a/assets/templates/article.html b/assets/templates/article.html index d79c4e9..a3bf6e0 100644 --- a/assets/templates/article.html +++ b/assets/templates/article.html @@ -28,5 +28,6 @@