Skip to content

Instantly share code, notes, and snippets.

@jdzcn
Created February 23, 2021 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdzcn/c0f2c28549f92a600ff9f0fdd7c95830 to your computer and use it in GitHub Desktop.
Save jdzcn/c0f2c28549f92a600ff9f0fdd7c95830 to your computer and use it in GitHub Desktop.
css:lightform
input[type=text], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment