How to start?
EditHere are some tips
First think about where to you need some flexbox layout.
- Look at the mdn docs
- Start with the inner components.
- Do not be afraid to nest flex boxes.
- Start with the header.
How to align the images
We have added some challenge to get the border-radius of the images right. Be creative and have a look at the following css selectors and use them creatively.
The action menu
The final challenge.
- Think about how to add the separator with css only.
- What pseudo classes can you use to not add the separator to every element?
- You might need to combine multiple pseudo classes to achieve the desired behaviour.