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
f4eb0d09a3
commit
b723da73ac
1 changed files with 9 additions and 10 deletions
|
@ -83,17 +83,16 @@ body {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile_img {
|
#profile_img {
|
||||||
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;
|
|
||||||
width: 180px;
|
width: 180px;
|
||||||
-webkit-background-clip: text;
|
height: 180px;
|
||||||
-webkit-text-fill-color: transparent;
|
min-width: 180px;
|
||||||
|
min-height: 180px;
|
||||||
|
max-width: 180px;
|
||||||
|
max-height: 180px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-size: cover !important;
|
||||||
|
background-repeat: no-repeat !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes grad {
|
@keyframes grad {
|
||||||
|
|
Loading…
Reference in a new issue