Created
June 27, 2018 11:14
-
-
Save arisawali2014/a0865481d4582ca5af346155aed64961 to your computer and use it in GitHub Desktop.
This file contains 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
.card { | |
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); | |
max-width: 300px; | |
margin: auto; | |
text-align: center; | |
font-family: arial; | |
} | |
.title { | |
color: grey; | |
font-size: 18px; | |
} | |
button { | |
border: none; | |
outline: 0; | |
display: inline-block; | |
padding: 8px; | |
color: white; | |
background-color: #000; | |
text-align: center; | |
cursor: pointer; | |
width: 100%; | |
font-size: 18px; | |
} | |
a { | |
text-decoration: none; | |
font-size: 22px; | |
color: black; | |
} | |
button:hover, a:hover { | |
opacity: 0.7; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment