vicky-remi-wedding-website/france/css/custom.css

44 lines
854 B
CSS
Raw Permalink Normal View History

/* timeline from https://mdbootstrap.com/docs/standard/extended/timeline/ */
.timeline-with-icons {
2022-05-23 02:51:32 +00:00
border-left: 3px solid hsl(0, 0%, 90%);
position: relative;
list-style: none;
margin-top:1.3rem;
}
.timeline-with-icons .timeline-item {
2022-05-23 02:51:32 +00:00
position: relative;
}
.timeline-with-icons .timeline-item:after {
2022-05-23 02:51:32 +00:00
position: absolute;
display: block;
top: 0;
}
.timeline-with-icons .timeline-icon {
2022-05-23 02:51:32 +00:00
position: absolute;
left: -48px;
background-color: hsl(217, 88.2%, 90%);
color: hsl(217, 88.8%, 35.1%);
border-radius: 60%;
height: 38px;
width: 38px;
display: flex;
align-items: center;
justify-content: center;
}
body {
font-size: 1.5rem;
2022-05-22 16:21:33 +00:00
background-image: url("../imgs/background.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
2022-05-23 02:51:32 +00:00
body > nav > div {
font-size:1.5rem;
}