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

TreNyceCodes

@TrenyceCodes230 points

Just an inspiring software engineer trying to learn.

I’m currently learning...

Relearning JavaScript, understanding the basics of css Hoping to complete all newbie frontend challenges in html, css, ha and react.

Latest solutions

  • Blog-Preview-Card

    #webflow

    TreNyceCodes•230
    Submitted over 1 year ago

    1 comment
  • Social Links Profile

    #webflow

    TreNyceCodes•230
    Submitted over 1 year ago

    2 comments
  • Sunnyside Agency Landing Page


    TreNyceCodes•230
    Submitted about 2 years ago

    0 comments
  • Interactive Rating Component


    TreNyceCodes•230
    Submitted about 2 years ago

    0 comments
  • 3column preview card component


    TreNyceCodes•230
    Submitted about 2 years ago

    1 comment
  • Results Summary Component


    TreNyceCodes•230
    Submitted about 2 years ago

    1 comment
View more solutions

Latest comments

  • Klyfithon Paulo•50
    @Klyyyf
    Submitted over 1 year ago
    What are you most proud of, and what would you do differently next time?

    I took too much time to make this so i'll try to optimize my time next time.

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

    I didn't remember how to do some things, but I searched it out and got it right I guess.

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

    I probably complicated things more than it was supposed to, so any help would be welcome.

    Basics HTML and CSS

    1
    TreNyceCodes•230
    @TrenyceCodes
    Posted over 1 year ago

    Hey @Klyyyf,

    Good job on completing this solution. For your css file, you can add @font-face, :root css selector to your css code.

    :root {
       :root {
        --white: hsl(0, 0%, 100%);
        --light-gray: hsl(212, 45%, 89%);
        --grayish-blue: hsl(220, 15%, 55%);
        --dark-blue: hsl(218, 44%, 22%);
    }
    
    @font-face {
        font-family: Outfit;
        src: url("./fonts/Outfit.ttf");
    }
    
    Marked as helpful
  • Wallace•10
    @wallace-bc
    Submitted over 1 year ago

    QR-code-component-main

    2
    TreNyceCodes•230
    @TrenyceCodes
    Posted over 1 year ago

    Hey @wallace-bc,

    You did a great job on your first coding project. One step closer to getting better at coding. That is a giant step and I applaud you for that.

    First and foremost you can keep for hsl colors the root pseudo-class

    Here's an example:

    :root {
        --white: hsl(0, 0%, 100%);
        --light-gray: hsl(212, 45%, 89%);
        --grayish-blue: hsl(220, 15%, 55%);
        --dark-blue: hsl(218, 44%, 22%);
    }
    

    You can even keep your fonts organized with @font-face

    @font-face {
         font-family: "Outfit", sans-serif;
         src: url(./assets/fonts/Outfit.ttf);
    }
    

    Here are some links to help you understand the root pseudo-class and font-face class

    Root Pseudo Class Link

    Font-Face Link

    Hope this helps

    Happy Coding*

  • Adrian•170
    @litewskidev
    Submitted about 2 years ago

    # audiophile e-commerce website

    #accessibility#react#react-router#redux#sass/scss
    1
    TreNyceCodes•230
    @TrenyceCodes
    Posted about 2 years ago

    Hey @litewskidev, Good Job on your challenge. It looks amazing and it matches just like the design. I hope to take inspiration from this.

    Happy Coding!

  • mkpouto-inyang•10
    @mkpouto-inyang
    Submitted about 2 years ago

    QR Code Component

    3
    TreNyceCodes•230
    @TrenyceCodes
    Posted about 2 years ago

    Good Job on Finishing your First challenge

    For your HTML img element src attribute you forgot to add a dot before the slash Change from: <img src="/images/image-qr-code.png"> To <img src="./images/image-qr-code.png">

    Also put your attributes stuff below your qr-component code. That should fix it

    Hope that helps

  • shalini thinakaran•10
    @shalinialisha
    Submitted about 2 years ago

    QR Code Component

    3
    TreNyceCodes•230
    @TrenyceCodes
    Posted about 2 years ago

    When you use the root element make sure to use it. You don’t need to assign the hsl, or rgb to the property if it’s in root.

    :root {
       -background-color: -background-color: hsl(212, 45%, 89%);
    }
    
    background-color: var(-background-color); 
    
  • Purushoth•200
    @Purushoth6357
    Submitted about 2 years ago
    What are you most proud of, and what would you do differently next time?

    After a long break, I am started relearning web development. but I did pretty well now.

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

    I struggled to find the dimensions of the card.

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

    It is a basic project.

    QR code component

    2
    TreNyceCodes•230
    @TrenyceCodes
    Posted about 2 years ago

    Hey. good job on finishing your first front end mentor challenge.

    You’re code looks clean, and readable. Good job

    For css, you can use the :root pseudo class to put all your css hex, rgb and hsl in there. Root pseudo class documentation.

    Marked as helpful
View more comments
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

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

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

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

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

Oops! 😬

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

Log in with GitHub