Antuistiqra

Quizz11

Aug 28th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. body{
  2.     background: #FF7433;
  3. }
  4. fieldset{
  5.     border: 3px dashed;
  6.     border-color: #3336FF;
  7. }
  8. legend.title{
  9.     background-color: #000000;
  10.     font-family: Hand Drawn;
  11. }
  12. form{
  13.     background: #ffffff;
  14. }
  15. td.male1{
  16.     font-family: ;
  17. }
  18. input.button{
  19.     color: coral ;
  20.     background: white ;
  21.     border: 2px outside khaki ;
  22.     font-family: calibri, times, serif;
  23.     font-size: 14px;
  24.     font-weight: bold;
  25.     width: auto;
  26. }
  27. input.button:hover{
  28.     color: coral ;
  29.     background: lightsteelblue;
  30.     border: 3px outset yellow;
  31.     font-family: ,times,serif;
  32.     font-size: 14px;
  33.     font-weight: bold;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment