I am a hobbyist coder who loves endless learning. I'm currently working with the following stack, for frontend I use html/css/javascript, reactjs and and for the backend, I use Nodejs, Express, mongodb and postman for testing. But i enjoying a lot working on the frontend side.
I’m currently learning...reactjs, sass and REST API ingration.
Latest solutions
Huddle landing page with a single introductory section using CSS/SASS
#accessibility#sass/scssSubmitted over 2 years ago
Latest comments
- @badmood111@dmoquia
Hello Nice work! my suggestion would be, you may add the 'aria-label' attribute to anchor link tag to get rid of the accessability error. e.g on your twitter link try add aria-label="Twitter".
hope that it help.
Happy coding :D
- @grizzle83@dmoquia
Hello, Nice work. My suggestion is you may use main tag instead of div. This may improve acccessability for users. on the css, on the container class you may take off the height/width and replace it with height of 100vh instead.