Advertisement
dibusure

CSS code

Jul 12th, 2021
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. header {
  2.     text-align: center;
  3.     font-family: "Ubuntu Regular";
  4. }
  5. input {
  6.  
  7. }
  8. input {
  9.   font-size: 16px;
  10.   padding: 10px;
  11.   display: block;
  12.   width: 300px;
  13.   border: none;
  14.   border-bottom: 1px solid #ccc;
  15.   margin-left: auto;
  16.   margin-right: auto;
  17.   &:focus;
  18.     outline: none;
  19. }
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement