This project is a solution to the recipe page challenge from Frontend Mentor.
- Utilized CSS Grid to create a flexible and responsive layout for the recipe page.
- Learned how to define grid containers and grid items.
- Practiced using grid properties such as
grid-template-columns,grid-template-rows,gap, andplace-items.
- Learned how to import custom fonts using the
@font-facerule. - Applied custom fonts to different elements on the page.
- Ensured correct file paths and formats for the font files.
- Used the
::markerpseudo-element to style list item markers (numbers and bullet points). - Applied custom colors to the list item markers without affecting the text color.
- Styled tables to display nutritional information.
- Learned how to add horizontal lines under each row using CSS.
- Practiced using properties like
border-collapse,border-bottom, andpaddingto achieve the desired table design.
