Created
January 21, 2021 13:47
-
-
Save yshmarov/7ef50c716f4252d78454bf7e707d76e5 to your computer and use it in GitHub Desktop.
bootstrap card syling
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="card shadow"> | |
<div class="card-header"> | |
<h2> | |
</h2> | |
</div> | |
<div class="card-body"> | |
</div> | |
<div class="card-footer"> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment