Last active
October 17, 2016 02:09
-
-
Save namncn/aa3e55cbb845f4e58db4942d28a6be63 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
.box { | |
background: green; | |
width: 250px; | |
height: 250px; | |
border-radius: 5px; | |
border: 3px dashed red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment