.cont{
display:grid;
grid-template-columns: repeat(7,20px);
grid-template-rows: 50px 110px 90px 50px;
grid-template-areas:
"a a a a a a a"
"b c d e f g h"
"i i i i i i i"
"k k k J l l l";
justify-content: center;
align-content: end;
/bd pour bâton down (bâton vers le bas)/
.bd{
position: absolute;
width: 20px;
height: 110px;
background: #6592CF;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
z-index:7;
}
/bd pour bâton up (bâton vers le haut)/
.bu{
position: absolute;
width: 20px;
height: 110px;
background: #060F55;
border-top-left-radius:10px;
border-top-right-radius:10px;
z-index:7;
}
/* Q pour le cul de la fourchette, la partie basse*/
.Q{
position: absolute;
width: 140px;
height: 90px;
background: #060F55;
border-bottom-left-radius:70px;
border-bottom-right-radius:70px;
z-index:7;
}
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I used a grid: