Advertisement
Mine200

Untitled

Aug 25th, 2019
185
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: white;
  3.     background: skyblue;
  4.     border-color: lime;
  5.     font-family: verdana;
  6.     font-size: 12px;
  7. }
  8. input.rb2{
  9.     color: salmon;
  10.     background: yellowgreen;
  11.     border-color: red;
  12.     font-family: verdana;
  13.     font-size: 12px;
  14. }
  15. td{
  16.     color: white;
  17.     background: lightblue;
  18.     border-color: salmon;
  19.     font-family: verdana;
  20.     font-size: 12px;   
  21. }
  22. form.f1{
  23.     background: lime;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement