This is a solution to the Recipe page challenge on Frontend Mentor.
- Solution URL: Frontend mentor
- Live Site URL: Netlify.app
- Semantic HTML5 markup
- CSS custom properties
- Mobile-first workflow
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;
}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.
- 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.
- Website - Ade4programming
- Frontend Mentor - @Ade4programming
- Twitter - @Adeshina4christ
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 🚀.
