Created
July 20, 2017 23:21
-
-
Save rdegges/4bb7735be54608ef7c76530b534f3380 to your computer and use it in GitHub Desktop.
Crypto Compare basic styles.
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
// /static/css/style.css | |
h1 { | |
text-align: center; | |
} | |
td img { | |
width: 25px; | |
} | |
.jumbotron p { | |
font-size: 1.2em; | |
} | |
.jumbotron { | |
margin-top: 5em; | |
margin-bottom: 5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment