Block Right Flex

HTML
<div class="container"> <div class="division"> This is target div </div> </div>
CSS
.division { background-color: red; width: 150px; } .container { display: flex; justify-content: flex-end; }
JAVASCRIPT
Expand for more options Login