list
This commit is contained in:
parent
f45a9fff01
commit
b599cf3f45
|
@ -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;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user