diff --git a/blep.avif b/blep.avif new file mode 100644 index 0000000..03150df Binary files /dev/null and b/blep.avif differ diff --git a/index.html b/index.html index 0b7f1b4..2958bce 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,9 @@ margin: 0%; padding: 0%; font-family: 'Anuphan', sans-serif; + margin: 0; + height: 100%; + overflow: hidden; } .maincontent { display: flex; @@ -134,6 +137,16 @@ color: white; transition: color 0.1s linear; } + .peek{ + position: absolute; + bottom: -120px; + right: 25px; + transition: bottom 0.75s; + @media only screen and (max-device-width: 480px) {display: none;} + } + .peek:hover{ + bottom: 0; + } SamyoFox @@ -157,6 +170,9 @@

SamyoFox

Questions? Give me a rawr@samyofox.gay

+
+ +
\ No newline at end of file