mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Update index.css
This commit is contained in:
parent
50a34fe8be
commit
188b7699de
1 changed files with 15 additions and 14 deletions
|
@ -94,15 +94,16 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile_img {
|
#profile_img {
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
animation: grad 8s ease infinite;
|
|
||||||
background: var(--gradient);
|
background: var(--gradient);
|
||||||
background-size: 300% 300%;
|
|
||||||
font-family: "Asap Condensed", sans-serif;
|
|
||||||
font-size: 128px;
|
|
||||||
height: 180px;
|
|
||||||
transition: background 0.5s ease;
|
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;
|
width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -290,15 +291,15 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile_img {
|
#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;
|
margin: 0px auto !important;
|
||||||
|
background: var(--gradient);
|
||||||
transition: background 0.5s ease;
|
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 {
|
@keyframes grad {
|
||||||
|
|
Loading…
Reference in a new issue