Design comparison
Solution retrospective
I have a strange issue: my responsive code stops when changing from 'col-sl-#' to "col-xm-#" in desktop and mobile browsers but in codepen my code it's O.K, what could be my error?
Community feedback
- @NaveenGumastePosted almost 3 years ago
Hay ! Arturo Good Job on challenge
These below mentioned tricks will help you remove any Accessibility Issues
-> Add Main tag after body
<main class="container"></main>
-> Always use the "alt attribute" and just leave it empty bt.. always add it with img tag.
-> Learn more on accessibility issues
Keep up the good work!
Marked as helpful0 - @jemeneradevPosted almost 3 years ago
You need rounder corners, the font type is correct, and the paragraph has to be aligned center.
For a second I thought you were wearing fpv googles.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord