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.
 
 

43 lines
493 B

body{
background-image:url("créatures_img/dragon_fond.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
width:95%;
}
h1{
color:rgb(255, 57, 0);
}
img{
width:500px;
height:300px;
}
table td{
width:10%;
}
.lien td{
padding:10%;
}
.lien td img{
border-radius:5%
}
.texte h2{
color:rgb(255, 57, 0);
}
.texte p{
color: rgb(255, 57, 0);
font-size:25px;
}
.texte img{
width:250px;
height:250px;
border-radius:2%;
}