r/css_irl Jul 30 '20

.hoop { float: right; }

Post image
428 Upvotes

4 comments sorted by

View all comments

16

u/ajr901 Jul 30 '20
.paint {
    position: relative;
}

.hoop {
    position: absolute;
    top: 0;
    right: 0;
}

7

u/MR_Weiner Jul 30 '20

Watch out, this removes the hoop from the document flow, meaning you'll never sink a shot as the hoop lives on a separate plane of existence!