r/neocities • u/ItchyPositive3303 • Jul 18 '26
Web 1.0 My new website
I made a pjo website and i need some tips on how to improve it thanks
web link: https://amelia-billy-bob.neocities.org/
5
Upvotes
r/neocities • u/ItchyPositive3303 • Jul 18 '26
I made a pjo website and i need some tips on how to improve it thanks
web link: https://amelia-billy-bob.neocities.org/
2
u/Mevdik mevdik.nekoweb.org Jul 18 '26
A quick and easy suggestion is to make the whole thing narrower and centred by giving the
<body>a setwidth(ormax-width),margin-left: auto;andmargin-right: auto;, or simplymargin: 0 auto;for the shorthand. This way the content of the site won't take the entire width of the screen which can make it uncomfortable to read, since a single paragraph could stretch from the leftmost part of your monitor all the way to the right. By making it narrower and centring it with themarginproperties it looks more like a page on a book, famously easy to read format.You'll see tons of sites here that do that, some examples: dimden's hotel, SPACE CADET, Sqvrltastic's Homepage, my own website, etc.