Skip to content

dimitrimabom/recipe-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Recipe page solution

This is a solution to the Recipe page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • SCSS

What I learned

I've concentrated here on explaining how SCSS works.

To initiate the SCSS packet, use the following command:

npm install -g sass

And so that the SCSS package continuously observes the style.scss file and converts it into CSS in the style.css file at the root of the project, use this command :

sass --watch style.scss style.css

Useful resources

  • SCSS Docs - Install Sass and learn out to use.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published