campos20

Style

Oct 27th, 2020
1,730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. body {
  2.   font-size: 20px;
  3. }
  4.  
  5. #titulo {
  6.   text-align: center;
  7. }
  8.  
  9. input {
  10.   width: 100%;
  11.   margin-bottom: 10px;
  12.   padding: 10px;
  13.   box-sizing: border-box;
  14.   border-radius: 5px;
  15.   border: 1px solid;
  16. }
  17.  
  18. input[type="submit"] {
  19.   background-color: green;
  20.   color: white;
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment