texte et image

This commit is contained in:
2024-01-01 19:32:41 +01:00
parent 1bd98a53b6
commit 1208ecf77a
2 changed files with 63 additions and 19 deletions

View File

@@ -1,16 +1,19 @@
* {
font-family: cursive;
}
body{
margin: 0;
background: linear-gradient(90deg,rgba(63,94,251,0.7) 0%,rgba(252,70,107,0.7) 100%);
}
header{
margin-bottom: 10vh;
}
nav{
top: 0;
left: 0;
z-index: 1;
position: fixed;
display: flex;
align-items: center;
@@ -61,11 +64,50 @@ li{
}
p{
font-family: unset;
font-size: 30px;
margin: 10px;
}
.img_gauche_txt_droite{
display: flex;
justify-content: space-around;
align-items: flex-end;
}
.img_gauche_txt_droite p{
background-color: rgba(100,100,100,0.2);
border-radius: 10px;
width: 50%;
}
.img_gauche_txt_droite img{border-radius: 10px;}
.img_gauche_txt_droite img:not(:hover){filter: saturate(0.2);}
.img_droite_txt_gauche{
display: flex;
flex-direction: row-reverse;
justify-content: space-around;
align-items: flex-end;
}
.img_droite_txt_gauche p{
background-color: rgba(100,100,100,0.2);
border-radius: 10px;
width: 50%;
}
.img_droite_txt_gauche img{border-radius: 10px;}
.img_droite_txt_gauche img:not(:hover) {filter: saturate(0.2);}
#pied_de_page{
font-size: 15px;