Core Site

This commit is contained in:
2022-08-23 23:22:53 +02:00
parent 46f1463779
commit 7d65b963c6
31 changed files with 1244 additions and 0 deletions

27
css/timeline.css Normal file
View File

@ -0,0 +1,27 @@
.timeline-with-icons {
border-left: 1px solid hsl(0, 0%, 90%);
position: relative;
list-style: none;
}
.timeline-with-icons .timeline-item {
position: relative;
}
.timeline-with-icons .timeline-item:after {
position: absolute;
display: block;
top: 0;
}
.timeline-with-icons .timeline-icon {
position: absolute;
left: -48px;
background-color: var(--dark-3);
border-radius: 50%;
height: 31px;
width: 31px;
display: flex;
align-items: center;
justify-content: center;
}