Skip to content

This challenge will help you focus on writing semantic HTML. Ensure you think through what HTML elements are most appropriate for each piece of content.

Notifications You must be signed in to change notification settings

mendezpvi/fm-recipe-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Recipe page solution

Recipe page

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

🔳 Screenshots

🔳 Links

🔳 Built with

🔳 What I learned

🔳 Author

Screenshots 📷

Mobile

Desktop

Links 🔗

Live Site URL 👀

Solution in Frontend Mentor 👀

Challenges overcome 👀

Built with ⚒️

✅ Semantic HTML5 markup

✅ CSS custom properties

✅ Flexbox

✅ Mobile-first workflow

What I learned 🤓

💥 border-collapse: this property sets whether cells inside a <table> have shared or separate borders.

💥 border-spacing: this property sets distance between the borders of adjacent cells in a <table>. This property applies only when border-collapse is separate.

.nutrition__table {
  /* code */
  border-collapse: separate;
  border-spacing: 0 0; /* Row spacing */
}

Author 🔰

✨ Frontend Mentor - @mendezpvi

About

This challenge will help you focus on writing semantic HTML. Ensure you think through what HTML elements are most appropriate for each piece of content.

Topics

Resources

Stars

Watchers

Forks