- Your site suffers from scrollbarception; all the little scrolling sections within scrolling sections are quite annoying to navigate, plus the fact that your huge main content scrolls AND the entire page scrolls is a little unnecessary (also the large section scrolls horizontally, do overflow-x:hidden to prevent this).
- Also if you are going to have all these scrollbars you should style them cute and pink to match the rest of the site
- The Chii on your landing page is super cute but I don't find landing pages super necessary...remove autoplay (tho it doesn't seem to be working for me), and consider doing some small css edits to make things more mobile friendly
- Nav bar: The links to unfinished pages are not necessary, but if you must keep them: the font makes it hard to tell that they have strikes through them and linking directly to the 404 page instead of their future urls is a little silly
Sorry for being nitpicky and obviously take what I say with a grain of salt bc it's opinionated! I think your site is really great already but a few small changes could bring it up to 100%
thank you!!! i can definitely agree with pretty much everything you said, i kind of prefer nitpicky responses that mention the little things!! i like that you say it has a "quilt look," i always thought the same!!
i can very much agree that scrolling on the homepage is a bit annoying, i think i will just make the whole main div longer so its just the whole page and little sections that use scrollbars. i keep the scrollbars at 0px on the homepage tho just bc they can take up a bit of room. once i change this ill probably add the older looking scrollbar thats on some of my other pages
for the sideways scrollbar that you mentioned, i dont have this? maybe it depends on screen size?
honestly the landing page was just an excuse for me to create another page for fun haha, a lot of my fav sites have them and i just like having a little mascot to welcome you in!! and kind of just shortening what the other reply said, i think its good just to have a little warning anyways
as for the autoplay music, it appears my player itself needs fixing....the play/pause button doesnt work so i just let it autoplay for now until i fix it, i think most browsers have a mute site option so this isnt something ive really prioritized. will definitely look into how i can make it more accessible for mobile users tho!!
the unfinished links are just to remind me what i want to add and to show people what i have planned. i can agree about the font, its really cute but even the links without a del tag look as if they have a dash through them...this is also something i will be tweaking a bit!!
It's really cute! I really like the patterns and colours you chose, it's a lot like a 2000s site.
<center> tags are old, and it's suggested to use CSS to centre things instead these days. You can keep using them if you want though.
There's </br> tags but no [/list] tags on the splash page.
thank you!! ive done my best to give it an early 2000s blog/sozai site feel. im glad you like!!
i use center tags a lot of the time because sometimes "margin:auto" or "text-align:center" dont work for whatever reason. center tags kind of always work. i mostly just use this for images, tho.
i use br tags mainly just to separate lines of text and sometimes just to add a little gap. ive never found the starting tag to be necessary, just the closing tag does the trick for what i use it for.
div id is used for stuff that you use once and is usually linked to. You can use class instead of id and it should be ok.
None of those are a big deal. You did a really good job with it.
i use both interchangeably, i only sometimes have issues w this. most of the time i do stick with class for divs and id for specific text or images. it gets the job done either way tho usually
thank you both for the honesty and feedback!! i will definitely be taking all of this into consideration!!