Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted 10 months ago

Vanilla

JacksonRudd•150
@JacksonRudd
A solution to the Blog preview card challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

I think this time I was closer in terms of small details like the 1.5 line lengths and box shadows etc.

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

Issues Padding a Div 

I had my Learning tag like this:


   Learning

and my css was adding paddinglike

.topic-tag {
   padding:1px
}

For some reason this added a margin of way more than 1px.

I fixed this issue by getting rid of the div

Learning

I still don't get why this happened.

Issues With Responsive Layout

I still don't understand how to make responsive UIs. The pixels specified in the markdown don't seem to actually match what looks good on my laptop. And right now I just set max-width and min-width.

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community feedback

No feedback yet. Be the first to give feedback on JacksonRudd's solution.

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord

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