mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
add idler background
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user