This is a solution to the 3-column preview card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Note: Delete this note and update the table of contents based on what sections you keep.
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- Solution URL: (https://www.frontendmentor.io/solutions/mobilefirst-3-column-preview-card-ASKApDFDf)
- Live Site URL: (https://marcosfsousa.github.io/three-card-column/)
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
:root {
--brightorange: hsl(31, 77%, 52%);
--darkcyan: hsl(184, 100%, 22%);
--verydarkcyan: hsl(179, 100%, 13%);
--transparentwhite: hsla(0, 0%, 100%, 0.75);
--verylightgray: hsl(0, 0%, 95%);
}I will continue to develop these areas: CSS Custom Properties, Responsive Design
- Frontend Mentor - (https://www.frontendmentor.io/profile/marcosfsousa)
- Linkedin- (https://www.linkedin.com/in/omarcossousa/)

