Loading
Flexible Ribbon Banner with Tailwind CSS 10 exercises
Problem

Ribbon Container Positioning

We're going to start with a simple square representing our ribbon's container.

Your job is to take this square and then position it to the top-right of the card with a negative offset of .5rem.


<div class="min-h-screen bg-blue-800 p-8">
<div class="mx-auto bg-white rounded-xl shadow-x

Loading exercise

Transcript

0:00 We're going to start with a simple square that represents the container of our ribbon. Your job is to take this square, and then position it to the top-right of the card with a negative offset of .5rem. Something that looks a little bit like this.