Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save techiediaries/765ea1ac163f842ec83335657e16c6af to your computer and use it in GitHub Desktop.

Select an option

Save techiediaries/765ea1ac163f842ec83335657e16c6af to your computer and use it in GitHub Desktop.
<style>
input {
width: 100%;
padding: 2px 5px;
margin: 2px 0;
border: 1px solid red;
border-radius: 4px;
box-sizing: border-box;
}
input[type=button]{
background-color: #4CAF50;
border: none;
color: white;
padding: 4px 7px;
text-decoration: none;
margin: 2px 1px;
cursor: pointer;
}
th, td {
padding: 1px;
text-align: left;
border-bottom: 1px solid #ddd;
}
tr:hover {background-color: #f5f5f5;}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment