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.

62 lines
765 B

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
h1
{
color: blak;
}
body
{
background-color: grey;
background-size: 2000px;
background-image: url("chevaliers de bronze 2.png")
}
#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;
}