Created
December 3, 2016 18:06
-
-
Save domfarolino/071653d1886c3916fbed9c18a3e2ce27 to your computer and use it in GitHub Desktop.
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
<link rel="stylesheet" href="styles.css"> <!-- For the daring (Chrome 54+) --> | |
<div class="card"> | |
<slot name="card-header">Fallback Header</slot> | |
<slot name="card-body">Fallback card-body text</slot> | |
<p class="card-footer"> | |
Written by <slot name="card-author"></slot> | |
</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment