This commit is contained in:
Ccccadyrov 2022-10-16 14:27:35 +10:00
parent efee860f2e
commit ff92fb7ad8

View File

@ -4,6 +4,17 @@ body {
width: 100%; width: 100%;
background-color: beige; background-color: beige;
} }
a:hover {
color:rgb(221, 72, 18);
}
.main_link {
font-size: 28px;
line-height: 32px;
text-decoration: none;
font-weight: 650;
color: rgb(255, 102, 0);
}
.hello { .hello {
border-radius: 4px; border-radius: 4px;
width: 700px; width: 700px;
@ -100,14 +111,4 @@ ul {
line-height: 20px; line-height: 20px;
font-weight: 600; font-weight: 600;
} }
a:hover {
color:rgb(221, 72, 18);
}
.main_link {
font-size: 28px;
line-height: 32px;
text-decoration: none;
font-weight: 650;
color: rgb(255, 102, 0);
}