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
Request path contains unescaped characters
Not Found
Not Found

Submitted

Profile card component

@bramizdev

Desktop design screenshot for the Profile card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

RabbitMaid 1,010

@Agbortoko

Posted

Excellent Job man I actually learned something from you!

I'll be taking this with me

body {
  background-color: var(--clr-primary-500);
  background-image: url('../images/bg-pattern-top.svg'),
    url('../images/bg-pattern-bottom.svg');
  background-position: bottom 50vh right 37vw, top 50vh left 37vw;
  background-repeat: no-repeat, no-repeat;
  padding: 0 1.5rem;
  display: grid;
  place-items: center;
  font-family: var(--ff-base);
  color: var(--clr-primary-800);
}

0

@bramizdev

Posted

@Agbortoko Wow! You really made my day! I also do my best to learn something new every day! Happy coding!

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