Created
April 15, 2021 07:57
-
-
Save wpweb101/707e5fce99ca0ce82b3a359691866d63 to your computer and use it in GitHub Desktop.
Correct Style Properties
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
.registration-form { | |
margin: 5px; /* Right property value*/ | |
color: #fff; /* Shorten value*/ | |
display: block; /* small case*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment