Skip to content
Snippets Groups Projects

traits dans la section oeuvres

Merged CELMA ANNELISE requested to merge accueil-peaufinage4 into main
Compare and
2 files
+ 24
4
Preferences
Compare changes
Files
2
+ 19
4
@@ -133,9 +133,7 @@ a{
.section-Parcours .trait-orange2{
position: absolute;
top: 70%;
left: 65%;
rotate: -120deg;
left: 60%;
}
@@ -196,6 +194,7 @@ a{
.section-Oeuvres{
min-height:100vh;
position: relative;
/* padding:50px 50px 50px 50px; */
}
@@ -207,6 +206,7 @@ a{
display: flex;
justify-content: center;
align-items: center;
margin: 50px 0px 50px 0px;
}
@@ -254,9 +254,24 @@ a{
gap:0.5rem;
align-items: center;
position: absolute;
right: 20%;
right: 10%;
bottom:10%;
}
.section-Oeuvres .trait-fushia {
position: absolute;
top: 23%;
left: 30%;
rotate: 180deg;
}
.section-Oeuvres .trait-orange {
position: absolute;
top: 85%;
left: 65%;
}
/* FIN section oeuvres */