Design comparison
SolutionDesign
Solution retrospective
Hi everyone !
This is my final submition for this challenge. Don't bother to tell me If I made mistakes.
Feedback are welcome ! Thanks in advance
Community feedback
- @deepak-parmarPosted over 2 years ago
@KohseyPower,
You can apply multiple classes on an element by separating them with space like this,
<div class="column Luxury"></div>
, but you cannot add more than oneclass=
attributes to an element like this<div class="column" class="Luxury"></div>
Marked as helpful0 - @KohseyPowerPosted over 2 years ago
**I want to put classes instead of IDs
0@deepak-parmarPosted over 2 years ago@KohseyPower, you can simply convert the ID selector implementation of
Sedans
andSUVs
into class selector and apply multiple classes to elements.Marked as helpful1
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