@karenefereyan
Posted
HI Sarah. I love the simplicity of your approach. Beautiful. Here's something I just wanted to point out.
- It is always a good idea to stick to separation of concerns in web development. That would mean to let html handle everything structure, while css handles everything styling. It might be negligible for this particular projects but in bigger projects, letting each pillar(HTML || CSS || JS) handle their own concerns will help with organization.
Keep going!!!!
Marked as helpful