style.css 454 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. h1 {
  2. text-align: center;
  3. color: red;
  4. }
  5. table {
  6. margin: 0 auto;
  7. }
  8. td {
  9. height: 100px;
  10. width: 200px;
  11. text-align: center;
  12. padding: 10px;
  13. }
  14. img {
  15. height: 100px;
  16. width: 200px;
  17. display: block;
  18. margin: 0 auto;
  19. }
  20. img {
  21. float: right;
  22. margin-left: 30px;
  23. }
  24. p {
  25. text-align: justify;
  26. }
  27. p {
  28. text-align: justify;
  29. }
  30. h2 {
  31. color: red;
  32. }
  33. ul {
  34. list-style-type: square;
  35. }
  36. li {
  37. color: blue;
  38. }