Skip to content

Ade4programming/recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ade4programming - Recipe page solution

This is a solution to the Recipe page challenge on Frontend Mentor.

Table of contents

Overview

Screenshot

Recipe page

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Mobile-first workflow

What I learned

Structuring and styling web pages for a responsive design...

Code snippets that i'm proud of, see below:

<article>
  <h1> Simple Omelette Recipe</h1>
</article>
.Table_lists ul span {
  display: inline-block;
  color: var(--Brown);
  font-weight: 600;
}

Continued development

Areas that i want to continue focusing on in future projects.

  • Advanced Frontend Frameworks: Exploring Javascript, Java, and python.
  • Accessibility: Deepen my understanding of web accessibility guidelines (WGAC) to create more inclusive and usable interfaces.

Useful resources

  • W3Schools - This helped me for styling the web page. I really liked this pattern and will use it going forward.
  • FreeCodeCamp - This is an amazing article which helped me finally understand how to style HTML with CSS file. I'd recommend it to anyone still learning this concept.

Author

Acknowledgments

I would like to extend my gratitude to [w3schools] for their free tutorials that helped me with stryling the project from [Frontene mentor]. Additionally, I acknowledge the online tutorials and resources provided by [davegrayteachescode] that helped me learn new skills 🚀.

About

A visually appealing and user-friendly recipe web page...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published