HTML

5.6_orangepalette.css

Nov 18th, 2016
142
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. body {
  2.     background-color:#C55916;
  3.     margin-left:5%;
  4.     margin-right:5%;
  5. }
  6. div {
  7.     border:1px solid orange;
  8.     border-radius:15px;
  9. }
  10. h1 {
  11.     font-family:Georgia;
  12.     color:orange;
  13. }
  14. td {
  15.     width:345px;
  16.     height:350px;
  17. }
  18. a {
  19.     font-family:Georgia;
  20. }
  21. p {
  22.     font-family:Georgia;
  23. }
  24. table {
  25.     border:1px solid orange;
  26.     border-radius:15px;
  27. }
  28. button {
  29.     background-color:#C55916;
  30.     color:orange;
  31.     border:2px solid orange;
  32.     height:100%;
  33.     width:100%;
  34.     font-family:Georgia;
  35. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment