Created
December 4, 2018 09:19
-
-
Save tieutantan/29b504787e5528dde6bf7fdd0c705697 to your computer and use it in GitHub Desktop.
Display Flex CSS on Bootstrap 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="col-sm-6 px-0"> | |
<h5>Recent <span class="badge badge-secondary">New</span></h5> | |
<ul class="list-group"> | |
<li class="list-group-item d-flex justify-content-between align-items-center"> | |
Cras justo odio | |
<span class="badge badge-primary badge-pill">12/12/12</span> | |
</li> | |
<li class="list-group-item d-flex justify-content-between align-items-center"> | |
Dapibus ac facilisis in | |
<span class="badge badge-primary badge-pill">12/12/12</span> | |
</li> | |
<li class="list-group-item d-flex justify-content-between align-items-center"> | |
Morbi leo risus | |
<span class="badge badge-primary badge-pill">12/12/12</span> | |
</li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment