Users should be able to:
- View the optimal layout for the interface depending on their device's screen size
- See hover and focus states for all interactive elements on the page
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- desktop-first workflow
Note: These are just examples. Delete this note and replace the list above with your own choices
<h1>Some HTML code I'm proud of</h1>:root {
--main-color: blue;
}
.div{
color: var(--main-color); /*this works in holding any css property.*/
}would be adding some JS to give it that dynamic vibe.
- Website - codecbro8
- Frontend Mentor - @Codec-Bro8
- Twitter - @CodecBro8
Shout out to frontend mentor team for this awesome challenge.