Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Profile card component

@rollieabuyot

Desktop design screenshot for the Profile card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


first time to do a challenge with SASS.

Community feedback

Eliabe 200

@eliabedasilva

Posted

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 helpful

0

@rollieabuyot

Posted

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 GitHub
Discord logo

Join 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