Design comparison
SolutionDesign
Solution retrospective
first time to do a challenge with SASS.
Community feedback
- @eliabedasilvaPosted almost 2 years ago
Sorry I have no experience with Saas but I can give you a tip regarding the line that makes the separation. Instead of using a
<hr>
use an empty<div></div>
because styling the<hr>
is kind of complicated, and you can't change its height, for example. already with a<div></div>
you can do something like:div#line{ height: 1px; background-color: lightgray; }
Marked as helpful0 - @rollieabuyotPosted almost 2 years ago
I don't know why the background on solutions are not showing. its my first time using sass but it is showing on local site. a tip and advise on how to properly use images in sass will much appreciated. thanks :)
0
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