Update index.css

This commit is contained in:
Dylan H 2020-06-02 15:20:54 -04:00 committed by GitHub
parent f4eb0d09a3
commit b723da73ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 10 deletions

View File

@ -83,17 +83,16 @@ body {
text-decoration: none;
}
.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;
#profile_img {
width: 180px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
height: 180px;
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 {