add idler background

This commit is contained in:
2022-09-27 20:14:19 -04:00
parent d8786454fa
commit b07061e7f2
6 changed files with 207 additions and 27 deletions

View File

@@ -27,7 +27,7 @@ html, body {
body {
margin: 0;
background-image: url('../photos/plexus.jpg');
/* background-image: url('../photos/plexus.jpg'); */
/*url('https://i.pinimg.com/originals/d6/c3/ac/d6c3ac09021dbc0cda8ee27837d2c795.png')*/
background-attachment: fixed;
background-size: 100% auto;
@@ -94,12 +94,21 @@ a {
overflow: hidden;
}
#name-container {
display: inline;
}
.name {
display: inline;
background: url("../../assets/photos/sun.png") 0/5rem no-repeat;
background-size: contain;
padding-left: 5.5rem;
}
.glitch {
display: inline;
}
.textGrad {
font-family: "sunset-club" !important;
}