new bg and hentai free site
This commit is contained in:
parent
b54a7df9f9
commit
3f36cc33d6
BIN
img/bg1.png
Normal file
BIN
img/bg1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 286 KiB |
BIN
img/bg2.png
Normal file
BIN
img/bg2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 MiB |
BIN
img/bg3.png
Normal file
BIN
img/bg3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
BIN
img/hentaifree.webp
Normal file
BIN
img/hentaifree.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
@ -32,6 +32,10 @@
|
||||
src="./img/drasl.svg"></a>
|
||||
</div>
|
||||
|
||||
<div class="sillylittlethings">
|
||||
<img alt="THIS SITE IS HENTAI FREE. Lookin' for it? Leave." src="./img/hentaifree.webp" width="88">
|
||||
</div>
|
||||
|
||||
<img class="spinnycat" id="cornerimg" alt=":3c" width="64px" src="./img/3c.png">
|
||||
</body>
|
||||
|
||||
|
17
style.css
17
style.css
@ -69,7 +69,8 @@ p {
|
||||
|
||||
/* real styling begins */
|
||||
body {
|
||||
background: #060008;
|
||||
/*background: #060008;*/
|
||||
background-image: url("./img/bg3.png");
|
||||
line-height: 1.8;
|
||||
max-width: 70vw;
|
||||
margin: auto;
|
||||
@ -109,8 +110,20 @@ hr {
|
||||
}
|
||||
}
|
||||
|
||||
.sillylittlethings {
|
||||
width: 70vw;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.sillylittlethings>img {
|
||||
display: table;
|
||||
position: relative;
|
||||
margin: auto auto 4px auto;
|
||||
}
|
||||
|
||||
.movinggradient {
|
||||
background-image: repeating-linear-gradient(to left, #4b4b88, #4b884b, #88884b, #885F4B, #884b4b, #4b4b88);
|
||||
background-position: 0px;
|
||||
animation: movinggradient 1s linear infinite;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user