RizkyAnugrah

Untitled

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