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

HL Wong

@hl-wong290 points

Hello! I'm HL Wong, a passionate, self-taught front-end developer and current IT degree student who likes to learn new skills.

I’m currently learning...

Front-end development

Latest solutions

  • Testimonials grid section

    #sass/scss

    HL Wong•290
    Submitted 10 months ago

    1 comment
  • Four card feature section


    HL Wong•290
    Submitted 10 months ago

    1 comment
  • Product preview card component

    #sass/scss

    HL Wong•290
    Submitted 10 months ago

    I'd like feedback on the clamp() for responsive text and em for breakpoints. I'm unsure whether I'm using the correct way since I've been learning and practicing throughout the challenge.


    1 comment
  • NFT preview card component using BEM and SASS

    #sass/scss

    HL Wong•290
    Submitted 11 months ago

    I'm not sure I applied the right way of BEM (Block, Element, Modifier) in this challenge. Feel free to give feedback if I applied the wrong way.


    1 comment
  • Contact form


    HL Wong•290
    Submitted 11 months ago

    0 comments
  • Bookmark landing page


    HL Wong•290
    Submitted 11 months ago

    The specific area of this project I would like to help with is the media query. This challenge might be half complete and incomplete since I have taken two to three days to do it, and the live design feels weird. Any feedback on this challenge is welcome, and I will try to fix it if possible.


    0 comments
View more solutions

Latest comments

  • Fatma Tawfeek•210
    @Fatma-Tawfeek
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?
    • Using grid CSS layout and use it to implement responsiveness to mobile and tablet.
    What challenges did you encounter, and how did you overcome them?
    • Implementing grid CSS to desktop, tablet and mobile
    • Take a quick look at its explanation in css-tricks website
    What specific areas of your project would you like help with?
    • determine which breakpoints I should work on in media queries.

    Four card feature section

    1
    HL Wong•290
    @hl-wong
    Posted 10 months ago

    Hello there! Good job on complete this challenge.

    The breakpoints I can suggest to you is what I usually used:

    1. Tablet - 768px
    2. Laptop/Desktop - 1024px

    I have seen your code that you have use 64em, which is 1024px for laptop/desktop. You can check this from StackOverflow, and this from Reddit for which breakpoints you should work in media queries.

    I hope this is helpful to you. Good luck, and happy coding! :D

    Marked as helpful
  • Pablo Zallio Web Developer•260
    @Pablo-Zallio-Dev
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    In principle I am very happy with my first project done with the Sass preprocessor, I still have a lot to learn, so keep working

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

    The most complicated part of this project was not having the figma file, I had to use an image editor to measure margins, fonts and other things.

    Responsive product card

    #sass/scss
    2
    HL Wong•290
    @hl-wong
    Posted 10 months ago

    Hello there! Good job on complete the challenge. You did a great job make it look so similar as the design preview given. :D

  • Yousef Attia•310
    @Deeperr0
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    I am proud of the speed I developed this in and that I started using SCSS.

    NFT-image-preview-using-scss Public

    #sass/scss#bem
    1
    HL Wong•290
    @hl-wong
    Posted 11 months ago

    Hello there. Good job on completing this challenge.

    @media screen and (width <= 768px) {
    	.l-card__shadow {
    		width: 50%;
    	}
    }
    
    @media screen and (max-width: 480px) {
    	.l-card__shadow {
    		width: 80%;
    	}
    }
    

    I just seen your code and preview site. Based on the code above you have write in sass file, I can suggest you to use max-width for your card component.

    <span class="c-card__creator__text">Creation of </span>
    <p class="c-card__creator__name">Jules Wyvern</p>
    

    And this part of code in html, I suggest you should put the <span> tag inside the <p> tag like the code below.

    <p>Creation of <span>Jules Wyvern</span></p>

    Good luck, and happy coding! :D

    Marked as helpful
  • P
    KMS56135•160
    @KMS56135
    Submitted 11 months ago

    Tailwindcss, HTML

    1
    HL Wong•290
    @hl-wong
    Posted 11 months ago

    Hello there. Good job on complete the challenge.

    I have seen your code indicating that you are using TailwindCSS for this challenge. However, I have little experience with TailwindCSS. The feedback I can give you is that your preview site doesn't show based on the solution you submitted.

    Happy coding!

    Marked as helpful
  • Farooquekk•50
    @Farooquekk
    Submitted 11 months ago

    Making a card of my social media links using flexbox .

    1
    HL Wong•290
    @hl-wong
    Posted 11 months ago

    Hello there! Good job on complete this challenge.

    For your solution, I just looked at your code.

    <div class="container">
    ...
    </div>
    

    Your container height and width shouldn't use vh and vw. I can suggest you to use % for width and px for max-width, and should remove the height.

    <ul>
           <li><a></a></li>
    </ul>
    

    Another one will be your social links. You shouldn't remove the height and width from li.

    Happy coding!

  • P
    KMS56135•160
    @KMS56135
    Submitted 11 months ago

    flex, BEM, grid, scss

    2
    HL Wong•290
    @hl-wong
    Posted 11 months ago

    Hello there. Good job on completing the challenge!

    Your solution doesn't work based on your coding, but I just checked with your preview site. Your article illustration and author image doesn't show.

    Happy coding!

    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