Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @abelsilva2407

    Submitted

    I know this is super messy. I just don't know what the typical thought process is so I just brute forced my way through. Any kind of recommendation is appreciated.

    @AMLO-Bot

    Posted

    Nice Work boi! 😁, here are a few suggestions to improve your work as a developer.

    Accessibilty: Try filling the alt attribute in img tags, this way any person using a screenreader device, think of visual disabilty persons, would have a short description about the images posted on your site. Swap px to rem o em units for font-size, this will allow users to change their browser font size settings freely.

    For the background images i would recommend you to check the css property background-image: url(./YOUR_PATH/YOUR_IMAGE.jpg); This property will surely come in handy for other challenges in frontendmentor. Check more info in the links below:

    https://developer.mozilla.org/es/docs/Web/CSS/CSS_Background_and_Borders/Using_CSS_multiple_backgrounds

    https://developer.mozilla.org/es/docs/Web/CSS/background-image

    Keep up with the hard work. 😉

    2