Advertisement
Adji01

Untitled

Aug 26th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. input{
  2.     color: red;
  3.     background: yellow;
  4.     border-color: green;
  5.     border-bottom-color: black;
  6.     border-top: 0px solid;
  7.     border-bottom: 2px dotted;
  8.     border-left: 0px solid;
  9.     border-right: 0px solid;
  10.     font-family: consolas;
  11.     font-size: 11px;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement