TASK: Take the HTML/CSS that we have provided in the repo and use only Flex Box to transform it to the goal provided.
- You shouldn’t need to update anything but flex box declarations (
display: flex;
,flex-wrap: wrap;
,justify-content: center;
, etc). - The places you need to add declarations are marked in the style.css file with comments,
/* your code */
.