Created
February 2, 2022 03:07
-
-
Save biantris/654e0617105b46793dc31f67bc54a7a3 to your computer and use it in GitHub Desktop.
Listing CSS
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
element1 { | |
margin-top: 15px; | |
margin-right: 10px; | |
margin-bottom: 25px; | |
margin-left: 35px; | |
} | |
/*or*/ | |
element2 { margin: 15px 10px 25px 35px } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment