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.
56 lines
623 B
56 lines
623 B
body{
|
|
background-image:url("races_img/Humains_fond.jpg");
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
width:95%;
|
|
}
|
|
|
|
img{
|
|
width:500px;
|
|
height:300px;
|
|
}
|
|
|
|
h1{
|
|
color:rgb(43,250, 255)
|
|
}
|
|
|
|
table td{
|
|
width: 20%;
|
|
}
|
|
|
|
table td{
|
|
padding:10%;
|
|
}
|
|
|
|
td img{
|
|
border-radius:5%
|
|
}
|
|
|
|
a:link{
|
|
color:rgb(43,250, 255);
|
|
}
|
|
|
|
a:visited{
|
|
color:rgb(17, 0, 255);
|
|
}
|
|
|
|
a:hover{
|
|
color:rgb(0, 8, 148);
|
|
}
|
|
|
|
.texte h2{
|
|
color:rgb(43,250, 255);
|
|
}
|
|
|
|
.texte p{
|
|
color:rgb(43,250, 255);
|
|
font-size:25px;
|
|
padding-right:15%;
|
|
}
|
|
|
|
.texte p img{
|
|
width:500px;
|
|
height:300px;
|
|
border-radius:2%
|
|
}
|