Advertisement
vanhan11

Untitled

Aug 27th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. .at{
  2.     background-color: #ff822e;
  3. }
  4. fieldset{
  5.     width: 50%;
  6.     height: 100%;
  7.     background-color: #ec9d9d;
  8.     border-top : dashed green;
  9.     border-bottom: dotted lightgreen;
  10.     border-left: dashed blue;
  11.     border-right: dotted blue;
  12. }
  13. input.in{
  14.     border-color:#4df01b;
  15.     width: 240px;
  16. }
  17. table{
  18.     width: 600px;
  19.    
  20. }
  21. option.op{
  22.     width: 70px;
  23. }
  24. input.button{
  25.     color:#ff822e;
  26.     background: #ec9d9d;
  27.     border: 5px outset khaki;
  28.     font-family: Gill Sans;
  29.     font-size: 14 px;
  30.     font-weight: bold;
  31.     width: auto;
  32. }
  33. input.button:hover{
  34.     color: coral;
  35.     background: lightsteelblue;
  36.     border: 5px outset green;
  37.     font-family: Cambria;
  38.     font-size: 14px;
  39.     font-weight: bold;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement