Floating Elements HTML/CSS Exercise Share

7- Floating Elements

What HTML element can we use to display a tweet?

Give the article the tweet class.

Create a div with the avatar class.

Create a paragraph with 5 words.

Create a paragraph with 50 words.

Assign the avatar style class 5rem by 5rem, and give it a gold background.

Put the paragraph next to the picture.

Make 0.5rem space between the avatar and the paragraph.

Float the avatar to the right side of it’s container, then set it back.

Put the 2nd paragraph below the avatar.

Remove the last paragraph but make look pretty and contained in a grey border.