diff --git a/css/index.css b/css/index.css index f921a2a..dfa9ea7 100644 --- a/css/index.css +++ b/css/index.css @@ -5,7 +5,7 @@ 2. /Coffee 3. /dev-info 4. /hardwa-reinfo -5. /Socials +5. /cv ============================================= */ /* IMPORTS */ @@ -680,3 +680,23 @@ body:has(.dev-info) .hub { } } + +/* ============================================================ + 5. /cv + ============================================================ */ + +.cursor::after { + content: ''; + display: inline-block; + width: 10px; + height: 1em; + background: #00ff88; + animation: blink 1s step-end infinite; + vertical-align: bottom; + margin-left: 5px; +} +@keyframes blink { + 50% { + opacity: 0; + } +} \ No newline at end of file diff --git a/cv/index.html b/cv/index.html index 341defa..e92a725 100644 --- a/cv/index.html +++ b/cv/index.html @@ -48,10 +48,10 @@ - + - + @@ -67,7 +67,10 @@ Dev Info Hardware Curriculum Vitae - Socials + Socials + Guestbook + +

Coming Soon