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.

60 lines
1010 B

body {
margin: 0;
padding: 0;
width: 100%;
height: 100vh;
overflow-x: hidden;
}
#photo {
position: absolute;
top: 0;
right: 0;
margin: 10px; /* Pour ajouter un petit espace entre l'image et le bord */
width: 30%;
height: 75%;
}
header {
background-image: url("Puy2.jpg");
background-attachment: scroll;
background-size: 100%;
background-repeat: no-repeat;
overflow-x: hidden;
margin: 0;
padding:0;
}
#automobile{
background-image: url("RS4.jpg");
}
#ski{
background-image: url("ski.jpg");
}
#avion{
background-image: url("avion.jpg");
}
#automobile, #ski {
margin: 0;
background-attachment: scroll;
background-size: 100%;
background-repeat: no-repeat;
margin: 0;
padding: 0;
overflow-x: hidden;
}
div {
margin: 0;
background-attachment: scroll;
background-size: 100%;
background-repeat: no-repeat;
padding: 0;
width:100%;
height: 100%;
overflow-x: hidden;
}