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

stephenlit

@stephenlit60 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

  • QR code page make with CSS and HTML5


    stephenlit•60
    Submitted 10 days ago

    1 comment
  • QR code page make with CSS and HTML5


    stephenlit•60
    Submitted 10 days ago

    0 comments
  • CSS Flex, HTML5

    #astro#tailwind-css

    stephenlit•60
    Submitted 6 months ago

    "This project was straightforward, so I don’t think I need much help with it. That said, I’d like to improve my systematic coding skills and would appreciate any suggestions you might have."

    Let me know if you'd like any additional tweaks! 😊


    1 comment
  • React and components with regex for validation

    #react

    stephenlit•60
    Submitted over 1 year ago

    0 comments
  • Chart made with vinilla JavaScript and CSS flexbox


    stephenlit•60
    Submitted over 1 year ago

    0 comments

Latest comments

  • AminForouzan•60
    @AminForouzan
    Submitted 12 days ago

    qr code component, using Flexbox

    1
    stephenlit•60
    @stephenlit
    Posted 10 days ago

    Your link to preview the site is not working,

  • Snigdha Sukun•550
    @snigdha-sukun
    Submitted 6 months ago
    What are you most proud of, and what would you do differently next time?

    I am proud of learning how to use custom marker in ul:

    ul {
        list-style: none;
        padding-bottom: 1em;
    }
    
    ul li:before {
        content: url('./assets/images/icon-list.svg');
        margin-right: 1em;
    }
    
    What challenges did you encounter, and how did you overcome them?

    I faced a challenge to get the dismiss button in the correct position in the mobile view. But after some trial and error, I was able to get it right:

    .success-message {
        padding: 1em;
        position: relative;
    }
    
        .dismiss-btn {
            position: absolute;
            bottom: 1em;
            width: calc(100% - 2em);
        }
    
    What specific areas of your project would you like help with?

    Responsive CSS & JS do's & don'ts

    Newsletter sign-up form

    #pure-css
    1
    stephenlit•60
    @stephenlit
    Posted 6 months ago

    Great Job!

    Looks really good! I notice in your mobile view the heading image slides down when you shrink the size down to 375px. I believe this is because of your align-items in your <main>.

    After your media query try adding a align-items: start to your main.

    main {
        background-color: var(--white);
        align-items: start;
    }
    

    I think this will stop the heading image from moving down as you shrink the screen size. I hope this was some help in some way, of course I could be wrong as well lol

    cheers!

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