Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.47 KB

File metadata and controls

69 lines (46 loc) · 1.47 KB

results-summary

Table of contents

Overview

The challenge

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

Links

My process

Built with

  • 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

What I learned

<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.*/
}

Continued development

would be adding some JS to give it that dynamic vibe.

Author

Acknowledgments

Shout out to frontend mentor team for this awesome challenge.