thank you!!!
this is my first time making a website by hand #screwwixstudio
i'm going a little crazy trying to code all this interesting stuff i have planned. i want the site to look something like this:
spoiler for one of my drawings which i'm also gonna put on here i guess? possibly i dont actually like it that much
and i want some tangerines to be gently floating down the screen too
also flagcounter isnt working
lets write a really long paragraph trying to see if what im doing here works, does it? i have no ida this is how we find out
so the issue w this drawing is the shading cuz i had no idea how to really shade it, plus freddie (pink) appears shorter than jimmy(other one) but otherwise its pretty good? i think it really nails the tender only gay when drunk vibe i was going for The .container is given a fixed width of 300px and height of 110px, with margin and padding to add space inside and around the container.
The overflow: auto; property ensures that scrollbars appear only if the content inside the .container exceeds the container’s set dimensions. It shows a vertical scrollbar if the content overflows vertically.
The background color of the .container is set to rgb(143, 226, 143), giving it a light green shade to distinguish it from other content.
With the vertical overflow in this case, when the content exceeds the container’s height, the overflow: auto; ensures that a scrollbar is displayed for easy navigation through the content.
the way i'm actually achieving what i'm trying to do is crazy