Skip to content

Codec-Bro8/results-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published