12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- /* ==========================================================================
- Author's custom styles
- ========================================================================== */
- .titre1 {
- text-align: center;
- }
- .centre {
- text-align: center;
- }
- .fond1 {
- background: url("../img/F-8.svg") no-repeat;
-
- width: 500px;
- }
- .question {
- width: 100%;
- margin: 5px;
- height: 150px;
- text-align: center;
- font-size: 2em;
- border-radius: 5px;
- border-style: groove;
- border-width: 3px;
-
- }
- .bouton2 {
- width: 100%;
- margin: 5px;
- height: 150px;
- text-align: center;
- font-size: 2em;
- border-radius: 5px;
- border-style: groove;
- border-width: 3px;
- }
- .bouton1 {
-
- }
- .choix {
-
- }
|