Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
1
Comments
1

Little-Koder

@Little-Koder30 points

CSS is awesome! At this point, I know more than enough HTML. I also know the all-important semantic tags. I am still yet to learn intermediate CSS.

Latest solutions

  • QR Code Component Page made with pure classic CSS

    #styled-components

    Little-Koder•30
    Submitted almost 3 years ago

    3 comments

Latest comments

  • John Angelo Alabarca•10
    @john-angelo-alabarca
    Submitted almost 3 years ago

    QR Code Component Main

    1
    Little-Koder•30
    @Little-Koder
    Posted almost 3 years ago

    Great job, looks identical! Though, here are some things I noticed.

    • No semantic tags, there is no meaning in some parts of your HTML code!
    • In CSS, classes are very important! Make sure to use them more than generic selectors that include all of that types.

    I will give you more info on these topics here

    Semantic tags are VERY important! It helps the browser, and people with accessibility tech to understand what your site and each section of it is about. Here is an example

    <article><h2>An Article</h2><p>An article is meant to show the browser that this section of the site is about one specific topic!</p></article>

    Research about semantic tags! Here is a link to learn about them! w3schools Semantic Tag reference guide!

    CSS Classes create reusables styles! Make sure to use them very often, even when there is only one tag of a certain type there!

    Marked as helpful
Frontend Mentor logo

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

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub