JovanaPerisic / ColmarAcademy

0 stars 0 forks source link

Great - Using relevant tags and using flex #4

Closed Emik234 closed 6 years ago

Emik234 commented 6 years ago

In your HTML, you made sure to make use of the most appropriate tags for each element. You picked the tag that best represents what the element is doing on the page. Great job!

Your use of flexbox is great! You used tags like flex-container to target all the elements it needed to without needed to use redundant properties multiple times.