From 44e28393cf61c1808e5b399c7cdaf55eb8159469 Mon Sep 17 00:00:00 2001 From: K4USTU3H Date: Mon, 9 Dec 2019 21:49:55 +0530 Subject: [PATCH] Cleaned up some useless css --- assets/index.css | 57 ++---------------------------------------------- 1 file changed, 2 insertions(+), 55 deletions(-) diff --git a/assets/index.css b/assets/index.css index a2cab86..95374a3 100644 --- a/assets/index.css +++ b/assets/index.css @@ -1,5 +1,4 @@ -@import url("https://fonts.googleapis.com/css?family=Asap"); -@import url('https://fonts.googleapis.com/css?family=Asap+Condensed'); +@import url("https://fonts.googleapis.com/css?family=Asap|Asap+Condensed"); body { margin: 0%; @@ -13,42 +12,6 @@ body { font-family: "Asap", sans-serif; } -#loading { - width: 100vw; - height: 100vh; - position: fixed; - background: var(--bg-color); - z-index: 999; - display: flex; - justify-content: center; - flex-direction: column; - align-items: center; - top: 0; - bottom: 0; - left: 0; - right: 0; -} - -#spinner { - animation: rotate 0.5s infinite linear; - width: 50px; - height: 50px; - border: 2px solid var(--bg-color); - border-bottom: 2px solid var(--text-color); - border-radius: 50%; - margin: 0; -} - -@keyframes rotate { - 0% { - transform: rotate(0deg); - } - - 100% { - transform: rotate(360deg); - } -} - #profile { width: 24vw; padding: 4vh 3vw; @@ -281,14 +244,6 @@ body { font-weight: normal !important; } -.go_back { - position: absolute; - color: var(--text-color); - font-size: 26px; - margin-left: 5vw; - margin-top: 4vh; -} - ::selection { color: var(--bg-color); background: var(--text-color); @@ -337,14 +292,6 @@ body { .projects section { width: 88%; } - - .go_back { - position: relative; - color: var(--text-color); - font-size: 26px; - margin-left: 5vw; - top: 5vh; - } } ::-webkit-scrollbar { @@ -436,4 +383,4 @@ body { position: relative; top: 3px; left: -3px; -} \ No newline at end of file +}