Skip to content

Instantly share code, notes, and snippets.

@wpweb101
Created April 15, 2021 07:57
Show Gist options
  • Save wpweb101/707e5fce99ca0ce82b3a359691866d63 to your computer and use it in GitHub Desktop.
Save wpweb101/707e5fce99ca0ce82b3a359691866d63 to your computer and use it in GitHub Desktop.
Correct Style Properties
.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