idk this took way too long and its not even good
This commit is contained in:
26
style.css
26
style.css
@@ -89,17 +89,34 @@ p {
|
||||
}
|
||||
|
||||
#title-1 {
|
||||
background-image: url(lulu.webp);
|
||||
background-size: 60%;
|
||||
background-position: 100% 35%;
|
||||
color: light-dark(white, black);
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#title-1 * {
|
||||
#title-1 > .h1-container {
|
||||
margin: 0;
|
||||
padding: 16px;
|
||||
background: light-dark(black, whitesmoke);
|
||||
width: max-content;
|
||||
height: max-content;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#title-1 > div > h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#title-1 > img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 0;
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
@@ -112,6 +129,7 @@ body {
|
||||
position: relative;
|
||||
background: light-dark(whitesmoke, black);
|
||||
color: light-dark(black, whitesmoke);
|
||||
display: block;
|
||||
}
|
||||
|
||||
#click-to-reveal-prompt {
|
||||
|
Reference in New Issue
Block a user