Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
12
Comments
2
Myro Joy Lee
@myrojoylee

All comments

  • Myro Joy Lee•120
    @myrojoylee
    Submitted over 2 years ago

    3 column preview using HTML and CSS

    3
    Myro Joy Lee•120
    @myrojoylee
    Posted over 2 years ago

    OK, this isn't feedback on myself, but a question. I line it up with the design it provides me but I'm always ending up super off when it loads on here. I have dev tools open and it says I'm all lined up but here it always isn't. When I open the site on my monitor it looks totally fine...Someone help lol. Thanks again :).

  • YouLackHope•70
    @YouLackHope
    Submitted over 2 years ago

    Single Card with CSS Grid

    2
    Myro Joy Lee•120
    @myrojoylee
    Posted over 2 years ago

    Hi! I am still learning also! I think you can probably wrap the top-part, bottom-left, and bottom-right sections in one div, named "card", and then define your border-radius in one section instead of have 3 separate areas defining separate sections with the same border-radius property.

    Then that one line can look like this:

    .card{ overflow: hidden; border-radius: 10px; }

    You can add overflow:hidden; inside the .body part as well and that should give all your corners the curve :D.

    Similarly, I defined the body font in the body area as 'white', and then just changed everything else in the sections below. That can cut some of the lines like these:

    .right { color: white; }

    .bottom-left>p { color: white; }

    I did not see any changes when I commented those parts out so probably works with less lines.

    I hope this helps somewhat. If what I said was confusing, I can send all the things I played around with using your code so you can see what I modified. Feel free to reach out ^_^

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