dmoquia
@dmoquiaAll 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.