Skip to content

Instantly share code, notes, and snippets.

@yshmarov
Created January 21, 2021 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yshmarov/7ef50c716f4252d78454bf7e707d76e5 to your computer and use it in GitHub Desktop.
Save yshmarov/7ef50c716f4252d78454bf7e707d76e5 to your computer and use it in GitHub Desktop.
bootstrap card syling
<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