This commit is contained in:
knyiharrolandjanos 2022-09-16 12:27:17 +02:00
parent f45a9fff01
commit b599cf3f45
2 changed files with 17 additions and 1 deletions

View File

@ -8,3 +8,19 @@ footer {
}
.container{
background-color: #cd853f;
width:960px;
}
h1{
border-bottom: 2px solid #a52a2a;
}
ul li {
display: inline-block;
min-width: 50px;
padding: 6px;
color:white;
list-style-type: none;
}