Advertisement
Rofihimam

Untitled

Sep 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. fieldset{
  2.     border: 5px outset blue;
  3.     background: linear-gradient(to bottom, #33ccff 0%, #ff3399 100%);
  4.     width: 1000px;
  5. }
  6. legend{
  7.     border: 3px outset blue;
  8.     background: linear-gradient(to bottom, #33ccff 0%, #ff3399 100%);
  9.     font-family: 'Bree Serif', serif;
  10.     font-size: 30px;
  11. }
  12. td{
  13.     font-size: 20px;
  14.     font-family: 'Bree Serif', serif;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement