YogurtPGG
September 10, 2026 at 5:16:12 PM
I like this site but the backgrounds repeating is so weird to me so here's some code to help fix that
<style>
{ margin: 0; padding: 0; }
html {
background: url(''
no-repeat center center ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
Replied on: September 11, 2026 at 12:29:28 AM
holy moly! that helped alot, thank you so much 