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.

55 lines
1.1 KiB

.image_galerie {
height: 33vh;
}
#image_code{
position: absolute;
bottom: 50vh;
left: 37.5vw;
}
#image_forest {
position: absolute;
top: 50vh;
right: 50vw;
}
#image_videogame {
position: absolute;
top: 50vh;
left: 50vw;
}
#image_code:hover {
bottom: 52vh;
}
#code_link:hover:after {
position: absolute;
left:49vw;
bottom:50vh;
content: attr(title);
color:black;
text-decoration: underline;
text-decoration-color: lightgray; /*Sinon underline blanc qui s'enlève pas avec text-decoration: none*/
}
#forest_link:hover:after {
position: absolute;
left:35vw;
top:83vh;
content: attr(title);
color:black;
text-decoration: underline;
text-decoration-color: lightgray; /*Sinon underline blanc qui s'enlève pas avec text-decoration: none*/
}
#videogame_link:hover:after {
position: absolute;
left:66vw;
top:83vh;
content: attr(title);
color:black;
text-decoration: underline;
text-decoration-color: lightgray; /*Sinon underline blanc qui s'enlève pas avec text-decoration: none*/
}