Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-size: 20px;
- }
- #titulo {
- text-align: center;
- }
- input {
- width: 100%;
- margin-bottom: 10px;
- padding: 10px;
- box-sizing: border-box;
- border-radius: 5px;
- border: 1px solid;
- }
- input[type="submit"] {
- background-color: green;
- color: white;
- }
Advertisement
Add Comment
Please, Sign In to add comment