@onosejoorSubmitted 9 months ago
a recipe website using only #html and #css. Enjoy your omelette
a recipe website using only #html and #css. Enjoy your omelette
Hey great work!!!! I think in the future, focus on what the requirements are for the challenge, in terms of breaking down the html elements you will need. Also on your lists, remember that there is a ul(unordered list, or bullet point list) and ol (ordered list or numbered list), you can change the list style in css to anything but you can write less css code by just selecting the right element. Also for your images, use something like fill or cover to make cover the whole img element or fill depending on the design. All in all, great work, have fun writing code.