aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2024-11-06 09:35:43 +0300
committerTolmachev Igor <me@igorek.dev>2024-11-06 09:35:43 +0300
commitfada664f64561002a2cda27bce102c5f1bdfe2d5 (patch)
treea696c59ac697e2510e30d0b27ba3e11fb9fc33e4
parentd63031f1a225144187668ecdaf3e9eef4647a603 (diff)
downloadexpulsiononline-fada664f64561002a2cda27bce102c5f1bdfe2d5.tar.gz
expulsiononline-fada664f64561002a2cda27bce102c5f1bdfe2d5.zip
Add footer
-rw-r--r--index.html1
-rw-r--r--style.css7
2 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
index b6d43bd..258dedc 100644
--- a/index.html
+++ b/index.html
@@ -104,5 +104,6 @@
104 ОФОРМИТЬ ПСЖ 104 ОФОРМИТЬ ПСЖ
105 </a> 105 </a>
106 </main> 106 </main>
107 <footer>Автор: <a href="https://igorek.dev">@igorechek06</a></footer>
107 </body> 108 </body>
108</html> 109</html>
diff --git a/style.css b/style.css
index e248e3e..d72342a 100644
--- a/style.css
+++ b/style.css
@@ -58,6 +58,13 @@ main > *:last-child {
58 margin-bottom: 0; 58 margin-bottom: 0;
59} 59}
60 60
61footer {
62 background-color: var(--color-surface-container);
63 border-radius: 2em 2em 0 0;
64
65 padding: 1.5em;
66}
67
61h1, 68h1,
62h2 { 69h2 {
63 color: var(--color-primary); 70 color: var(--color-primary);