This is a solution to the Blog preview card challenge on Frontend Mentor.
- Solution URL: Add solution URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Media Queries
- CSS Media Queries
@media (max-width: 768px) {
.wrapper {
--w: calc(325px - 3rem);
width: var(--w);
height: calc(500px - 3rem);
}
.head-img {
width: 279px;
}
}
- Shadows
- Media Queries on W3Schools - Reminder for media queries
- CSS Box Shadow on W3Schools - How to use box shadowing
- Website - Francisco Maia
- Frontend Mentor - @Xico26