Blog Card using HTML and CSS

Solution retrospective
Building more foundation! Learned about line spacing which was a new concept for me to code. h1{ font-size: 24px; margin: 0.75rem 0;
} h1:hover{ cursor: pointer; color: var(--Yellow) } This is the code used for the hover action! I'm just happy with how I was able to make this simple.
What challenges did you encounter, and how did you overcome them?My biggest challenge here was spacing out the different lines of text. I did a lot of different margin-top.
What specific areas of your project would you like help with?How to handle group spacing in these kind of cards. Should I make root spacing variables to use?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @sachinks2603
On my way.
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