Hello! Could you, please, to look at design of my site backend (it has credetials filled): http://votes.nilov-sergey-demo-apps.tk/login and frontend : http://votes.nilov-sergey-demo-apps.tk/home and say if it has some design problems/bugs(and if possible shortly say way to fix it). On different devices. That is my prior app remade with new version of laravel 5.7/Bootstrap 4.1 . I am more php developer, less html/bootsrap. I want more practice in html/bootsrap... Thanks!
Front end: Why is all of the content on the left side of the screen? It would look better if your pages were allowed to respond to whatever screen width the viewer is using. Text is VERY hard to read. Too small. Not enough contrast. Thin glyphs. Fix by adhering to WCAG legibility standards. The page is not valid HTML >>> https://validator.w3.org/nu/?doc=http://votes.nilov-sergey-demo-apps.tk/home Backend: Legibility is a problem on this page also. Not valid either >>> https://validator.w3.org/nu/?doc=http://votes.nilov-sergey-demo-apps.tk/login
Thank you for your feedback! I am trying to fix some points of your feedback. I set bigger fonts and added ridge borders to add contrasts . Could you please take one more look? But what is not clear for me : On which pages do you see left aside? I tried to center all pages both in backend and frontend... I am not sure what do you mean as Copuld you please to clarify which WCAG legibility standards do you mean?
Looks much better. Most of the legibility problems were fixed by changing your fonts and text color. The light green text on the white background will still be a problem on some computers because the contrast is not sufficient. All of your content hugs the left screen border. WCAG standards for contrast and screen fonts.