ana sayfa stili değiştirildi ve sayfa numaraları eklendi.

This commit is contained in:
Yusuf İpek
2022-01-29 14:55:54 +03:00
parent 22edd375b7
commit b612570f3a
6 changed files with 96 additions and 25 deletions
+7
View File
@@ -24,3 +24,10 @@ body {
background-color: hsl(10, 5%, 42%);
color: #bdb7af;
}
.container {
min-height: 100vh;
display: grid;
grid-template-rows: auto 1fr auto;
align-items: center;
}
+1 -1
View File
@@ -46,7 +46,7 @@ a {
code {
background-color: #383838;
line-height: 2;
line-height: 1.7;
font-size: 1.6rem;
}