aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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);