style.css 399 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. body
  2. {
  3. text-align: center;
  4. font-size: 16px;
  5. width: 70%;
  6. margin: auto;
  7. }
  8. img
  9. {
  10. max-width: 99%;
  11. }
  12. hr
  13. {
  14. width: 100%;
  15. }
  16. td
  17. {
  18. padding: 4px;
  19. }
  20. footer
  21. {
  22. margin-top: 50px;
  23. }
  24. #description
  25. {
  26. text-indent: 10px;
  27. text-align: left;
  28. }
  29. li
  30. {
  31. list-style-type: none;
  32. }
  33. .question
  34. {
  35. font-weight: bold;
  36. margin-top: 30px;
  37. }
  38. .question::before
  39. {
  40. content: "?! ";
  41. }
  42. .answer
  43. {
  44. margin-bottom: 30px;
  45. }