Created
June 12, 2017 22:29
-
-
Save bmorelli25/94a9894b363466a83c1bf67d416a3457 to your computer and use it in GitHub Desktop.
Minimalist HTML Card
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 href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | |
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet"> | |
<div class="card"> | |
<div class="card-header">Night</div> | |
<div class="card-main"> | |
<i class="material-icons">hot_tub</i> | |
<div class="main-description">Hot Tub</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment