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

HTML Semantic Elements, Flex Box, Box Model and , etc...

@basitali07

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

I proud on my HTML Skills and also on CSS box model but unfortunately i am facing difficulty to make websites responsive that's why i want learn CSS media quaries for making websites responsive. So i will make project with responsivness next time!

What challenges did you encounter, and how did you overcome them?

I learned alot of things during this challenge but at the some part of code i face some difficulty to align the h1 element and p element. Because of not writing the exact text on my HTML code....

below are code snippets on that part i faced difficulty:


            Improve your front-end skills by building projects
            Scan the QR code to visit Frontend Mentor and take your coding skills to the next level
          
.text{
    text-align: center;
    padding: 0 25px;
}
h1{
    color: hsl(218, 44%, 22%);
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0;
}
p{
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding:0 15px 30px;
    color: hsl(216, 15%, 48%);
}

What specific areas of your project would you like help with?

I want to continue focus on media quaries to make website responsive beacuase i haven't learn media quaries yet.

Community feedback

@Maxked-Code

Posted

the semantic structure looks nice and ordered.

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