HTML

5.3_tableofcheese.css

Nov 18th, 2016
162
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. body {
  2.     background-color:#EBD300;
  3. }
  4. td {
  5.     font-family:Georgia;
  6.     font-size:25px;
  7.     height:240px;
  8.     width:400px;
  9. }
  10. th {
  11.     font-family:Georgia;
  12.     font-size:25px;
  13. }
  14. ul {
  15.     font-size:25px;
  16. }
  17. li {
  18.     font-size:25px;
  19. }
  20. h1 {
  21.     font-family:Georgia;
  22. }
  23. button {
  24.     border-radius:50px;
  25.     border:1px solid #EBD300;
  26.     background-color: yellow;
  27. }
  28. img {
  29.     height: 240px;
  30.     width: 400px;
  31. }
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment