Latest solutions
Latest comments
- @KeterAlves@tpercival01
Really great job.
Only advice I would give is to potentially use more detailed IDs. Even for small projects like this, it is good practice for the future.
- @huang-emily@tpercival01
I believe you have the idea down quite well.
Personally I like to start how the Readme suggests: build your html first. Just look at the design and decide what components you need, perhaps even researching typical HTML elements used for certain aspects, i.e. flexbox or grid for positioning elements within an element. Then when you're happy with the structure, start adding your CSS in segments; top-to-bottom, right-to-left. I prefer to work on getting the general styling down for everything before going back over with all the colours, shadows, etc.
Marked as helpful