Created
March 26, 2018 01:10
-
-
Save hibuno/9cd7a8768af3936b93fb1137880bc553 to your computer and use it in GitHub Desktop.
App.css for my tutorial
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
body { | |
width: 100%; | |
height: 100vh; | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
background-color: #39DCF5; | |
} | |
.hello_world-hello_world-4 { | |
width: 400px; | |
box-shadow: 0px 8px 20px 0px #0e99af; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment