Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
2
Cropsi
@Cropsii

All comments

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

    I've just started learning how to code on my own. Watching and following a tutorial is one thing, but having to build something from scratch was a real challenge, but I love that I was able to pull it off!

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

    Learning how to get the components all working together to match the design given.

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

    How to center the card in the middle of the page, I'm not quite sure how to do that yet.

    Blog Preview Card

    2
    Cropsi•140
    @Cropsii
    Posted over 1 year ago

    To center a card, you can try using the following CSS code:

    body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
    }
    
    Marked as helpful
  • krajman•10
    @krajman
    Submitted over 1 year ago

    blog-preview-card

    2
    Cropsi•140
    @Cropsii
    Posted over 1 year ago

    To achieve a sleek and clean look for your object, consider using the CSS outline property. This will create a thin line around your object, enhancing its visual appeal. Here's a simple example:

    object {
      outline: 2px solid #000; /* 1px is the width, 'solid' is the style, and '#000' is the color */
    }
    
    Marked as helpful

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