Latest solutions
Latest comments
- @Ishmaelsealey@saodinh
You can set the <main> element {border-radius: 5px ; overflow: hidden}. The overflow hidden is what you are looking for here.
Marked as helpful - @catherineisonline@saodinh
You did a great job, though some things can be improved. Since the "Register" button is actually a link to the register page and doesn't belong in a form , you should use <a> tag for it. The three social icons should be wrapped in <a> tags as well (because they are also links to the social media pages).
- @catherineisonline@saodinh
Those "learn more" buttons are actually links, so you got to use <a> tags for those.
- @NitiMittal@saodinh
It looks great. One thing though, your links and buttons should have a hover and focus state.
- P@outerpreneur@saodinh
About the font-awesome icon, trying changing the 'href' to this link instead "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css".
Marked as helpful - @saodinh@saodinh
Oh, I didn't know that, thanks. I'll fix it