Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 1 year ago

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

basitali07•40
@basitali07
A solution to the QR code component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

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.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on basitali07's solution.

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

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License