Nice domain, I don’t really have one rn. (I have a website tho)
Ocean Water Tastes Good
Age 14, Male
Cartoonist/Animator
8th Grade
USA
Joined on 9/11/24
Nice domain, I don’t really have one rn. (I have a website tho)
the website seems okay, but i would reccomend using a <div> for the box instead of using the body, so you may have multiple of those boxes! :D
example:
<!doctype html>
\\ all your html
<body> (will be background basicially)
<div> (box is inside the body for ease of access)
(all your content for inside the box)
</div>
(you can add an extra div if you want)
</body>
</html>
also, seems that your box isnt centered correctly. replace your css body{} part with this (does exactly the same):
div {margin: auto; width: 70%; border-style: inset; border-radius: 15px; border: 3px solid white; padding: 20px;}
body {color:#333333;}
(well, idk what the border size should be pls dont blame me)
Thank you for your advice
AlexToolStudio
What kind of website maker is this?
Anamonator
Neocities. I actually had to code this.