Recipe-page-challenge

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

My process

Built with

What I learned

This is the first website i’ll ever create, I hope to get better, I learnt how this code tells a web browser how to read text on a webpage, it is very crucial. i also got to know more about css styles.

 <head>
            <meta charset="UTF-8">
            <Meta name="viewport" content="width=device-width, initial-scale=1.0">
            <!--displays site properly based on user's device--> 
.proud-of-this-css {
  color: papayawhip;
}

Continued development

this is just a first step for me, i still want to focus more on learning html tags and numerous css styles, to know when and where to use them before proceeding to JS

Useful resources

Author