Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input[type=text], select {
- width: 100%;
- padding: 6px 10px;
- margin: 16px 0;
- display: inline-block;
- border: 2px solid #ccc;
- border-radius: 8px;
- box-sizing: border-box;
- }
- input[type=submit] {
- width: 100%;
- background-color: black;
- color: white;
- padding: 7px 10px;
- margin: 16px 0;
- border: 2px solid #ccc;
- border-radius: 8px;
- cursor: pointer;
- }
- input[type=submit]:hover {
- background-color: black;
- }
- div {
- border-radius: 10px;
- background-color: black;
- padding: 10px;
- }
- /*Sorry for not making any new scripts in a while*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement