main.css.bak 415 B

12345678910111213141516171819202122232425262728293031323334
  1. .foreignphrase {
  2. font-style:normal;
  3. }
  4. [lang = "ru"] {
  5. color: blue;
  6. font-family: Georgia, 'Times New Roman', Times, serif;
  7. font-size: 110%;
  8. }
  9. table {
  10. margin: auto;
  11. width: 90%;
  12. background-color: bisque;
  13. border-radius: 8px;
  14. }
  15. h1,h2,h3,h4 {
  16. text-align: center;
  17. }
  18. h1 {
  19. background-color: lightgrey;
  20. }
  21. .number {
  22. display: none;
  23. }
  24. .headercenter {
  25. text-align: center;
  26. }