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