Skip to content
Snippets Groups Projects
Commit 91058f21 authored by CELMA ANNELISE's avatar CELMA ANNELISE
Browse files

Merge branch 'accueil-peaufinage4' into 'main'

traits dans la section oeuvres

See merge request !81
parents 9ea03287 bab68d1f
Branches
1 merge request!81traits dans la section oeuvres
......@@ -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 */
......
......@@ -102,6 +102,11 @@
<div class="arrow"><a href=""><i class="bi bi-arrow-right-circle"></i></a></div>
</div>
<img class="trait-fushia" src="{{ asset('image/traits/trait_fuschia.png')}}" alt="">
<img class="trait-orange" src="{{ asset('image/traits/trait_orange.png')}}" alt="">
</section>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment