ajout index a to g

This commit is contained in:
2026-02-25 14:30:31 +01:00
parent 7c1920c6b0
commit 399b4d349e
2 changed files with 85 additions and 38 deletions

View File

@@ -1,11 +1,26 @@
.col{
display: flex;
}
.col1{
width: 45%;
}
.col2{
margin-left: 20px;
text-align: left;
width: 55%;
}
.dot{
border-left: none;
color: black;
text-decoration: none;
margin-left: 6px;
margin-top: 5px;
}
p{
margin-right: 56%;
margin-right: 10px;
margin-left: 1%;
border-left: 12px solid rgb(232, 231, 231);
mix-blend-mode: multiply;
@@ -33,10 +48,21 @@ p{
}
img{
width: 30%;
width: 65%;
padding: 5px;
mix-blend-mode: multiply;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 30px;
}
.titre{
font-weight: bold;
border: none;
}
.iu{
font-style: italic;
text-decoration: underline;
mix-blend-mode: multiply;
}