underline txt

This commit is contained in:
2020-01-22 18:41:28 +01:00
parent bd8883b390
commit d69cc34fea
4 changed files with 27 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -80,6 +80,23 @@ $animate: all 0.2s ease-in-out;
opacity: 0;
transition: 0.3s opacity ease;
}
#item_list{
p{
& > a {
cursor: pointer;
&:before,
&:after {
width: 100%;
opacity: 1;
}
&:before,
&:after {
width: 50%;
}
}
}
}
}
.circle_hover{
@@ -20,10 +20,10 @@
</div>
<div class="informations">
<div class="equipes">
<h3>L'équipes : </h3>
<h3>L'équipe : </h3>
<p>Bachir Soussi-Chiadmi</p>
<p>Maud Boyer</p>
<p>Sanrine Ripoll</p>
<p>Sandrine Ripoll</p>
<p>Ouidade Soussi-Chiadmi</p>
<p>Kévin Tessier</p>
</div>