Latest solutions
Responsive Three-Column-Preview-Card using CSS Grid
#accessibility#axios#backbone#bootstrap#astroSubmitted over 2 years ago
Latest comments
- @achrustowskiSubmitted over 2 years ago@mubizzyPosted over 2 years ago
Excellent job on this challenge! your report has a few issues though:
- wrap everything in your body in
<main>
or use semantics
<a href=# class=ff-primary fs-100 fw-primary-regular
remove thebutton
elementHope it helps:).
Marked as helpful1 - wrap everything in your body in
- @RafiiMahmudRiizviiSubmitted over 2 years ago@mubizzyPosted over 2 years ago
good job @RafiiMahmudRiizvii just need need to some features for the card to be in the right position
.container{ align-items: center; justify-content: center; }
Also, you need to work on your accessibility wrap your code in your
<main>
Tag1 - @DhabiriSubmitted over 2 years ago@mubizzyPosted over 2 years ago
nice job @Dhabiri I must say using a two-page for your card component is not the best practice.
A page is enough you just need to understand the event listener for this part of the project.
Also, you need to work on the semantic enclose your code in a
<main>
tagMarked as helpful0 - @ZoruaqSubmitted over 2 years ago@mubizzyPosted over 2 years ago
nice job @Zoruaq but you still need to work on your accessibility issues.
- you should add
alt = " "
to your<img>
tags`
<img src="images/icon-sedans.svg" alt = " "> <img src="images/icon-suvs.svg" alt = " "> <img src="images/icon-luxury.svg" alt = " ">
hope it helps :)
Marked as helpful1 - you should add
- @blessingOluwapelumiSubmitted over 2 years ago
RESPONSIVE LANDING PAGE WITH DROP DOWN MENU USING HTML,CSS,AND JAVASCR
#angular#axios#bulma#sanity#chai@mubizzyPosted over 2 years agonice work @blessingOluwapelumi you did a great job. about the hover features, you need to rotate the icon using CSS properties for Example.
.dropdown:hover .dropdown__icon { transform: rotate(180deg); } .dropdown__icon { transition: .5s; }
hope it helps :)
0 - @ronniiii-iSubmitted over 2 years ago