71 lines
538 B
CSS
71 lines
538 B
CSS
.container{
|
|
width: 960px;
|
|
background-color: #d2691e;
|
|
|
|
|
|
}
|
|
h1{
|
|
|
|
border-bottom: 2px solid #a52a2a ;
|
|
|
|
}
|
|
|
|
h2{
|
|
|
|
width: 96%;
|
|
background-color: #cd853f;
|
|
font-style: italic;
|
|
padding: 5px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul li{
|
|
|
|
display: inline-block;
|
|
min-width: 50px;
|
|
padding: 6px;
|
|
color:white;
|
|
list-style-type: none;
|
|
border-left: 2px solid #a52a2a;
|
|
|
|
}
|
|
|
|
ul :first-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
ul{
|
|
|
|
margin: 0;
|
|
padding: 0;;
|
|
|
|
}
|
|
img{
|
|
width: 100px;
|
|
border: 2px solid #a52a2a;
|
|
float: left;
|
|
margin: 10px;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hasab {
|
|
|
|
}
|
|
|
|
|
|
footer {
|
|
border-top: 2px solid #a52a2a ;
|
|
|
|
}
|
|
|