From 913e9663ccf77a059f7e46f6f8e3d237f67e32f4 Mon Sep 17 00:00:00 2001 From: Sedat Demiriz Date: Tue, 28 Nov 2023 23:25:22 -0800 Subject: [PATCH] feat: implement a basic timeline in Experience section --- css/style.css | 15 +++++++++++---- index.html | 8 ++++---- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/css/style.css b/css/style.css index cbdefa0..ec4b2f3 100644 --- a/css/style.css +++ b/css/style.css @@ -145,20 +145,27 @@ body { #experience { padding: 8vh 10% 10vh 10%; width: 80%; + height: 100%; background: var(--nord3); } -.experience-element { +.timeline { + border-left: 4px solid var(--nord10); +} + +.slot { background: var(--nord10); - padding: 4px 20px; + padding: 4px 0px; } -.experience-element::before { +.slot::before { content: ""; position: absolute; + vertical-align: bottom; width: 20px; height: 20px; - left: 7.5%; + left: 8.75%; + /* bottom: 10px; */ border: 4px solid var(--nord10); border-radius: 50%; diff --git a/index.html b/index.html index 87541d7..2a05a4d 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@

Experience