Advertisement
Adji01

Untitled

Aug 26th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. input.rb1{
  2.     color: black;
  3.     background: dodgerblue;
  4.     border-color: lime;
  5.     font-family: verdana;
  6.     font-size: 12px;
  7. }
  8. input.rb2{
  9.     color: red;
  10.     background: coral;
  11.     border-color: yellow;
  12.     font-family: verdana;
  13.     font-size: 12px;
  14. }
  15. td{
  16.     color: midnightblue;
  17.     background: bisque;
  18.     border-color: yellow;
  19.     font-family: verdana;
  20.     font-size: 12px;
  21. }
  22. form.f1{
  23.     background: sienna;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement