diff --git a/index.css b/index.css index bdea8f2..2cbb885 100644 --- a/index.css +++ b/index.css @@ -139,28 +139,6 @@ font-size: 25px; } -.name-heading { - width: 226px; - color: #44f1a6; - font-family: ubuntu; - font-size: 25px; - border-right: 2px solid white; - white-space: nowrap; - overflow: hidden; - animation: typing 2s steps(16), - cursor .4s step-end infinite alternate; -} - -@keyframes cursor { - 50% { - border-color: transparent; - } -} - -@keyframes typing { - from {width: 0;} -} - .skills-container { display: flex; justify-content: center; @@ -251,6 +229,28 @@ justify-content: space-evenly; } +.name-heading { + width: 226px; + color: #44f1a6; + font-family: ubuntu; + font-size: 25px; + border-right: 2px solid white; + white-space: nowrap; + overflow: hidden; + animation: typing 2s steps(16), + cursor .4s step-end infinite alternate; +} + +@keyframes cursor { + 50% { + border-color: transparent; + } +} + +@keyframes typing { + from {width: 0;} +} + .go-to-top{ height: 50px; display: flex;