<figure> element causing spacing issue in Design a newspaper layout

Hi all,

Great lab this one. I was having a crazy time trying to get my grid code to anything remotely resembling what it should. Once I stopped wrapping all my code in the tag, things proceeded smoothly lol.

Another legitimately weird thing was my image grid item had a bigger gap around it than all the other items. It didn’t revert to the same size as the others until I added a figure css declaration with a margin of 0px.

I don’t understand why.

many elements have a default style, which can include a margin

OK, with the deluge of new information I must have missed that.

Thanks.