main.css 764 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* ==========================================================================
  2. Author's custom styles
  3. ========================================================================== */
  4. .titre1 {
  5. text-align: center;
  6. }
  7. .centre {
  8. text-align: center;
  9. }
  10. .fond1 {
  11. background: url("../img/F-8.svg") no-repeat;
  12. width: 500px;
  13. }
  14. .question {
  15. width: 100%;
  16. margin: 5px;
  17. height: 150px;
  18. text-align: center;
  19. font-size: 2em;
  20. border-radius: 5px;
  21. border-style: groove;
  22. border-width: 3px;
  23. }
  24. .bouton2 {
  25. width: 100%;
  26. margin: 5px;
  27. height: 150px;
  28. text-align: center;
  29. font-size: 2em;
  30. border-radius: 5px;
  31. border-style: groove;
  32. border-width: 3px;
  33. }
  34. .bouton1 {
  35. }
  36. .choix {
  37. }