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.
40 lines
505 B
40 lines
505 B
body{
|
|
background-image:url("fond_acceuil.png");
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
width:95%;
|
|
}
|
|
|
|
h1{
|
|
margin: 0;
|
|
font-size: 2em;
|
|
color:rgba(0,255,0,0.7);
|
|
font-family:arial;
|
|
|
|
}
|
|
|
|
marquee h1 span{
|
|
color:rgba(255,255,0,1);
|
|
|
|
}
|
|
|
|
h2{
|
|
color:rgba(0,255,0,0.7);
|
|
font-family:arial;
|
|
}
|
|
|
|
p{
|
|
font-size: 25px;
|
|
color:rgba(0,255,0,0.7);
|
|
font-family:arial;
|
|
}
|
|
|
|
a img{
|
|
width:24%;
|
|
height:24%;
|
|
}
|
|
|
|
a img{
|
|
border-radius:5%;
|
|
}
|