diff --git a/img/bg1.png b/img/bg1.png new file mode 100644 index 0000000..95c64be Binary files /dev/null and b/img/bg1.png differ diff --git a/img/bg2.png b/img/bg2.png new file mode 100644 index 0000000..4b5b037 Binary files /dev/null and b/img/bg2.png differ diff --git a/img/bg3.png b/img/bg3.png new file mode 100644 index 0000000..f42bc24 Binary files /dev/null and b/img/bg3.png differ diff --git a/img/hentaifree.webp b/img/hentaifree.webp new file mode 100644 index 0000000..0c74c77 Binary files /dev/null and b/img/hentaifree.webp differ diff --git a/index.html b/index.html index aefc819..ff0fc3f 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,10 @@ src="./img/drasl.svg"> +
+ THIS SITE IS HENTAI FREE. Lookin' for it? Leave. +
+ :3c diff --git a/style.css b/style.css index a3b6cbe..95d4786 100644 --- a/style.css +++ b/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; -} \ No newline at end of file +}