From 188b7699de42463a98da7860597755cb5de2149c Mon Sep 17 00:00:00 2001 From: Kaustubh Ladiya Date: Fri, 31 Jan 2020 22:30:41 +0530 Subject: [PATCH] Update index.css --- assets/index.css | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/assets/index.css b/assets/index.css index a0c5455..2ad9fac 100644 --- a/assets/index.css +++ b/assets/index.css @@ -94,15 +94,16 @@ body { } #profile_img { - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - animation: grad 8s ease infinite; background: var(--gradient); - background-size: 300% 300%; - font-family: "Asap Condensed", sans-serif; - font-size: 128px; - height: 180px; transition: background 0.5s ease; + background-size: 300% 300%; + animation: grad 8s ease infinite; + -webkit-background-clip: text; + font-size: 128px; + font-family: "Asap Condensed", sans-serif; + -webkit-text-fill-color: transparent; + + height: 180px; width: 180px; } @@ -290,15 +291,15 @@ body { } #profile_img { - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - animation: grad 8s ease infinite; - background: var(--gradient); - background-size: 300% 300%; - font-family: "Asap Condensed", sans-serif; - font-size: 128px; margin: 0px auto !important; + background: var(--gradient); transition: background 0.5s ease; + background-size: 300% 300%; + animation: grad 8s ease infinite; + -webkit-background-clip: text; + font-size: 128px; + font-family: "Asap Condensed", sans-serif; + -webkit-text-fill-color: transparent; } @keyframes grad {