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

ha308ing

@ha308ing240 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Cards with 3 types of data and global toggler react, styled-components

    #react#styled-components#vite#zustand

    ha308ing•240
    Submitted 7 months ago

    styled-components or tailwind?


    1 comment
  • Newsletter Signup Form Using React, Tailwind CSS

    #react#tailwind-css#vite#typescript

    ha308ing•240
    Submitted 7 months ago

    1 comment
  • Article preview component

    #tailwind-css

    ha308ing•240
    Submitted 7 months ago

    1 comment
  • Responsive Grid Layout

    #post-css#react#typescript#vite

    ha308ing•240
    Submitted 7 months ago

    I'd like to know how to get box-shadow property value with just a single look at it 😉


    0 comments
  • Four card feature section with gulp, pug, postcss

    #gulp

    ha308ing•240
    Submitted about 1 year ago

    how to get font properties like line-height and letter-spacing from screenshot?


    0 comments
  • Product preview card react component with vite, postcss

    #react#vite

    ha308ing•240
    Submitted about 1 year ago

    how to move (higher or lower) the crossing line of strikethrough text? 🤔


    1 comment
View more solutions

Latest comments

  • Bhavin•90
    @bhp005
    Submitted 7 months ago

    Recipe-page

    3
    ha308ing•240
    @ha308ing
    Posted 7 months ago

    to fix content overflow (the card is cropped), you could use:

    • body { justify-content: flex-start; }
    • body { min-height: 100vh; } - do not limit height, but provide minimum desired value
    • body { padding-block: 20vh }
    Marked as helpful
  • Mpass•230
    @Benson0721
    Submitted 7 months ago
    What are you most proud of, and what would you do differently next time?

    This practice helped me strengthen my understanding of React state and grid concepts. To be honest, the time I spent on it wasn't very long. So, I decided to add new features to this project! It looks nice, and completing the day/night pattern taught me a bit about color schemes.

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

    To implement new features, it’s essential to think differently than before. I spent some time figuring out a better way to control the entire page when I click the toggle. Using state to switch might be the best approach to address this issue.

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

    A better way or point out mistakes of this project Thx~~

    Day/Night Time-tracking-dashboard

    #accessibility#react#sass/scss#tailwind-css
    1
    ha308ing•240
    @ha308ing
    Posted 7 months ago

    great solution!

    nice transitions and theme switching! 👏

    radio buttons for switching timeframes is another level!

  • Specro•270
    @Specro
    Submitted 7 months ago

    Newsletter sign up using Tailwind & React

    #react#tailwind-css#vite
    1
    ha308ing•240
    @ha308ing
    Posted 7 months ago

    Great solution! Clean code structure! Well done! 👍

    Take a look at the picture element, it allows to use single image element, but with variable src attribute mdn

        <picture>
            <source
                srcSet="images/illustration-sign-up-desktop.svg"
                media="(width >= 768px)"
            />
            <img src="images/illustration-sign-up-mobile.svg" alt="" />
        </picture>
    
    Marked as helpful
  • Jonathan Silva•80
    @jonathan-eduardo
    Submitted 7 months ago
    What are you most proud of, and what would you do differently next time?

    In my opinion the result looks very similar to the design file so I'm happy with the solution

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

    As I'm not a Pro member, the difficult part is always trying to guess some properties and things that aren't in the design files (box-shadow, padding, margin, etc.)

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

    I'm open to any feedback

    Product Preview Card Component using grid + flexbox

    #react
    1
    ha308ing•240
    @ha308ing
    Posted 7 months ago

    Impressive solution! Looks like perfect!

    Great idea with code structure with all the challenges and a landing page! 👍

  • Ohazulike Stanley•220
    @Gentlestan
    Submitted 7 months ago
    What are you most proud of, and what would you do differently next time?

    I'm most proud of how I organized the code and used semantic HTML to create a clean and accessible layout. The use of custom fonts and the clear structure of the content, including sections for ingredients, instructions, and nutrition, really help in making the recipe page easy to follow and aesthetically pleasing

    Responsive Omellete Recipe page using HTML and CSS

    1
    ha308ing•240
    @ha308ing
    Posted 7 months ago

    Nice solution!

    Solution font and design font mismatch a bit, you could try to use font-family: "Young Serif", serif; but not font-style property:

    2024-12-17-21-40-52.png

    Also to match horizontal lines (<hr>) color with the design, you could style then with css (and even width!):

    hr {
        color: #eee;
    }
    
    Marked as helpful
  • mahdyar•190
    @Mahdyrll
    Submitted 8 months ago
    What challenges did you encounter, and how did you overcome them?

    the share button was challenging because i didn't know how to handle it and how to write the javascript code and style base on the ui.

    article preview component using js and tailwind

    #tailwind-css
    1
    ha308ing•240
    @ha308ing
    Posted 7 months ago

    Nice solution!

    I would recommend to not limit user section width, with reduced browser scale it shifts a bit:

    2024-12-17-21-05-56.png

    HTML is very clean! 👍

    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