55 lines
636 B
CSS
55 lines
636 B
CSS
body{
|
|
max-width: 960px;
|
|
margin: auto;
|
|
background-color: #d2691e;
|
|
}
|
|
|
|
h1{
|
|
text-decoration-line: underline;
|
|
text-decoration-thickness: 2px;
|
|
text-decoration-color: #a52a2a;
|
|
}
|
|
|
|
h2{
|
|
width: 96%;
|
|
background-color: #cd853f;
|
|
font-style: italic;
|
|
}
|
|
|
|
li{
|
|
list-style: none;
|
|
min-width: 50px;
|
|
padding: 6px;
|
|
text-decoration-color: white;
|
|
display: inline-block;
|
|
color: white;
|
|
}
|
|
|
|
p{
|
|
text-align: justify;
|
|
}
|
|
|
|
img{
|
|
width: 100px;
|
|
border: 2px solid #a52a2a;
|
|
|
|
}
|
|
|
|
|
|
.bal {
|
|
float: left;
|
|
width: 48%;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.jobb {
|
|
float: right;
|
|
width: 48%;
|
|
}
|
|
|
|
|
|
footer {
|
|
|
|
}
|
|
|