44 lines
618 B
CSS
44 lines
618 B
CSS
table {
|
|
margin: auto;
|
|
width: 760px;
|
|
border-collapse: collapse;
|
|
}
|
|
table,tr,th,td {
|
|
border: 1px solid black;
|
|
}
|
|
th {
|
|
height: 100px;
|
|
}
|
|
td.two {
|
|
height: 50px;
|
|
}
|
|
td.four {
|
|
height: 100px;
|
|
background-color: #efefef;
|
|
text-align: center;
|
|
}
|
|
th h1 {
|
|
color: #897ae2;
|
|
}
|
|
hr {
|
|
width: 75%;
|
|
height: 2px;
|
|
background-color: black;
|
|
}
|
|
li h3, li h3 a {
|
|
color: #39e932;
|
|
padding-bottom: 30;
|
|
}
|
|
img.img1 {
|
|
float: left;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
img.img2 {
|
|
float: right;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
p.italique {
|
|
font-style: italic;
|
|
}
|