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:
parent
1ed23d188f
commit
176a95228c
1 changed files with 9 additions and 10 deletions
19
index.css
19
index.css
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue