Aktualizován stles.css

This commit is contained in:
Archos 2023-12-10 18:24:07 +01:00
parent 6a8ed3cd65
commit 37b5c3989e
1 changed files with 19 additions and 0 deletions

View File

@ -12,3 +12,22 @@ h1 {
p {
font-size: 16px;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
@media (max-width: 600px) {
body {
background-color: lightblue;
}
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}