HTML

5.6_hextable.css

Nov 18th, 2016
162
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. body {
  2.     background-color:#3C0000;
  3.     margin-left:5%;
  4.     margin-right:5%;
  5. }
  6. div {
  7.     border:1px solid red;
  8.     border-radius:15px;
  9. }
  10. h1 {
  11.     font-family:Georgia;
  12.     color:red;
  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 red;
  26.     border-radius:15px;
  27. }
  28. button {
  29.     background-color:#3C0000;
  30.     color:red;
  31.     border:2px solid red;
  32.     height:25px;
  33.     width:100%;
  34. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment