dCode_Understanding CSS Positioning

We really appreciate your patience and the time you spend on SitePoint! :slight_smile:
Here’s my last post — I hope, which can be seen as a revised version of example 14:

Example 51:

.wrap51 {display:flex;}
.wrap51:before {content:"\00A0"; text-indent:99999ch; overflow:hidden;}
.wrap51 .box {min-width:50px;}
3 Likes

I couldn’t resist posting my just-for-fun version:

Example 52:

.wrap52 .box {visibility:hidden; width:inherit;}
.wrap52 .box:after {visibility:visible; content:"52"; float:right; width:50px; height:inherit; background:inherit;}
2 Likes