Ephraim
@ephraim-beltranAll solutions
- Submitted 8 months ago
Recipe Page with Semantic HTML
- HTML
- CSS
I'm really struggling with styling the last portion of the page. As I chose to use a `` element for the 'Nutrion' portion of the page, I just can't seem to figure how to create indentation within a table cell without affecting its width.
In my first submission, I was able to indedent the first column by applying
padding-left
on the cells of the first column. This, however, pushes the right column a little bit off-centre. I wanted to avoid a static width so I did't use that, negative margins don't work on cells, and negative padding has a really weird effect on the 2nd column.