1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Deploy dylanh.dev to github.com/dilllxd/gitfolio.git:gh-pages

This commit is contained in:
Dylan H 2020-06-02 19:23:59 +00:00
parent 1ed23d188f
commit 176a95228c

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 {