Début de la formation
19.06.2020
Remise de diplômes
17.09.2020
* {
box-sizing: border-box;
}
.timeline-object {
display: flex;
align-items: center;
margin-top: 50px;
position: relative;
}
.timeline-object.complete::after {
content: '';
display: block;
position: absolute;
width: 4px;
height: 100px;
background-color: #1DBF73;
left: 23px;
top: 50px;
transform: translateX(-50%);
}
.timeline-status {
height: 46px;
width: 46px;
border-radius: 50%;
background-color: #1DBF73;
}