Advertisement
Adji01

Untitled

Aug 26th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. input.button{
  2.     color: salmon;
  3.     background: lightblue;
  4.     border-color: white;
  5.     border-bottom-color: black;
  6.     border-top: 1px dotted;
  7.     border-bottom: 1px dotted;
  8.     border-left: 1px dotted;
  9.     border-right: 1px dotted;
  10.     font-family: verdana;
  11.     font-size: 12px;
  12. }
  13. body{
  14.     background: lightcoral;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement