This is a solution to the Blog preview card challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- See hover and focus states for all interactive elements on the page
- Solution URL: [https://github.com/mnav08/preview-card.git]
- Live Site URL: [https://mnav08.github.io/preview-card/]
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Hover states
In this project I learned how to add shadow to a the border of a container.
box-shadow: var(--space-100) var(--space-100) 0 var(--gray-950);I used GitHUb Copilot in my IDE to explain to me and break down the syntax of the box-shadow property and then I applied that new knowledge into my project.
Moises Navas
- Website - [https://github.com/mnav08]
- Frontend Mentor - [https://www.frontendmentor.io/profile/mnav08]
