mirror of
https://github.com/TronoSfera/Homework.git
synced 2026-05-18 10:03:43 +03:00
27 lines
No EOL
293 B
CSS
27 lines
No EOL
293 B
CSS
.footer {
|
|
text-align: center;
|
|
color: #777;
|
|
}
|
|
|
|
p {
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
a,
|
|
a:link {
|
|
color: blue;
|
|
}
|
|
|
|
a:visited {
|
|
color: blueviolet;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:active,
|
|
a:focus {
|
|
color: orangered;
|
|
} |