You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
554 B
51 lines
554 B
3 years ago
|
body
|
||
|
{
|
||
|
background-color: grey;
|
||
|
background-size: 2000px;
|
||
|
background-image: url("chevaliers d'or.jpg")
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
#cadre
|
||
|
{
|
||
|
width: 800px;
|
||
|
margin:0 auto;
|
||
|
background-color: white;
|
||
|
text-align: center;
|
||
|
align-content: center;
|
||
|
}
|
||
|
|
||
|
ul li
|
||
|
{
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
|
||
|
h2
|
||
|
{
|
||
|
font-family: 'Montserrat', sans-serif;
|
||
|
color: bronze;
|
||
|
font-size: 40px;
|
||
|
}
|
||
|
|
||
|
h3
|
||
|
{
|
||
|
font-family: 'Montserrat', sans-serif;
|
||
|
color: silver;
|
||
|
font-size: 40px;
|
||
|
}
|
||
|
|
||
|
h4
|
||
|
{
|
||
|
font-family: 'Montserrat', sans-serif;
|
||
|
color: gold;
|
||
|
font-size: 40px;
|
||
|
}
|
||
|
|
||
|
div
|
||
|
{
|
||
|
font-family: 'Montserrat', sans-serif;
|
||
|
}
|