|
|
@ -80,16 +80,15 @@ header {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#informatique{
|
|
|
|
#informatique{
|
|
|
|
background-image: url("matrix.jpg");
|
|
|
|
background-image: url("matrix4k.jpg");
|
|
|
|
display:flex;
|
|
|
|
display:flex;
|
|
|
|
align-items: flex-end;
|
|
|
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#gradient{
|
|
|
|
#gradient{
|
|
|
|
width: 100vw;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100px;
|
|
|
|
height: 600px;
|
|
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1));
|
|
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1));
|
|
|
|
|
|
|
|
align-self:flex-end;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.titleBackground{
|
|
|
|
.titleBackground{
|
|
|
@ -100,6 +99,11 @@ header {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#titleInformatique{
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
align-self:center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.titleBackground:hover{
|
|
|
|
.titleBackground:hover{
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
background-color: rgba(0, 0, 0); /* Ajoute un fond semi-transparent derrière le texte */
|
|
|
|
background-color: rgba(0, 0, 0); /* Ajoute un fond semi-transparent derrière le texte */
|
|
|
@ -124,5 +128,6 @@ header {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#piedPage{
|
|
|
|
#piedPage{
|
|
|
|
background: linear-gradient(black, green);
|
|
|
|
background: linear-gradient(black, rgb(73, 73, 73));
|
|
|
|
|
|
|
|
height: 500px;
|
|
|
|
}
|
|
|
|
}
|