облагородил

This commit is contained in:
artem 2023-05-01 21:49:53 +03:00
parent 18c4259d16
commit c0bd2ddf3d
1 changed files with 5 additions and 2 deletions

View File

@ -2,11 +2,13 @@ body {
background: #fff; background: #fff;
margin: 0; margin: 0;
border: none; border: none;
font-family: Verdana, sans-serif; color: #696969;
font-family: Arial,Helvetica,sans-serif;
line-height: 180%;
} }
a { a {
color: gray; color: black;
text-decoration: underline; text-decoration: underline;
} }
@ -18,6 +20,7 @@ img {
h1 { h1 {
text-align: center; text-align: center;
color: #696969;
} }
#main { #main {