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.
45 lines
505 B
45 lines
505 B
body{
|
|
background-image:url("races_img/Nains_fond.webp");
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
h1{
|
|
color:rgb(150, 150, 150);
|
|
}
|
|
|
|
img{
|
|
width:500px;
|
|
height:300px;
|
|
|
|
}
|
|
|
|
table td{
|
|
width: 20%;
|
|
/* height: 10%;*/
|
|
}
|
|
|
|
table td{
|
|
padding:10%;
|
|
}
|
|
|
|
td img{
|
|
border-radius:5%;
|
|
}
|
|
|
|
.texte h2{
|
|
color:rgb(150, 150, 150);
|
|
}
|
|
|
|
.texte p{
|
|
color:rgb(150, 150, 150);
|
|
font-size:25px;
|
|
}
|
|
|
|
.texte img{
|
|
width:200px;
|
|
height:225px;
|
|
border-radius:2%;
|
|
}
|
|
|
|
|