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.
52 lines
615 B
52 lines
615 B
body{
|
|
background-image:url("races_img/Elfes_noir_fond.jpg");
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
h1{
|
|
color:rgb(158, 0, 255);
|
|
text-align:center;
|
|
background-color:rgba(0,0,0,0.3);
|
|
}
|
|
|
|
table td{
|
|
width: 20%;
|
|
}
|
|
|
|
table td{
|
|
padding:10%;
|
|
}
|
|
|
|
td img{
|
|
border-radius:5%;
|
|
}
|
|
|
|
img{
|
|
width:500px;
|
|
height:300px;
|
|
}
|
|
|
|
.texte h2{
|
|
color:rgb(158,0,255);
|
|
}
|
|
|
|
.texte p{
|
|
color:rgb(158,0,255);
|
|
font-size:25px;
|
|
}
|
|
|
|
.texte img{
|
|
width:500px;
|
|
height:300px;
|
|
border-radius:2%
|
|
}
|
|
|
|
.texte a:link{
|
|
color:rgb(193, 0, 255);
|
|
}
|
|
|
|
.texte a:hover{
|
|
color:rgb(89, 0, 117);
|
|
}
|
|
|