Spaces:
Runtime error
Runtime error
| .title { | |
| text-align: center; | |
| display: block; | |
| font-size: 30px; | |
| font-weight: bold; | |
| } | |
| .subtitle { | |
| font-weight: bold; | |
| text-align: center; | |
| min-height: none; | |
| } | |
| .note { | |
| text-align: center; | |
| min-height: none; | |
| } | |
| #examples { | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .angle { | |
| background: #F2F1EB ; | |
| } | |
| .slider { | |
| background: #88AB8E ; | |
| font-weight: bold; | |
| } | |
| .text { | |
| display: flex; | |
| text-align: center; | |
| justify-content: center; | |
| } | |
| .normal { | |
| font-weight: normal | |
| } | |
| .rotate_button { | |
| background: #88AB8E ; | |
| font-size: 20px; | |
| } | |
| .rotate_to_standard_button { | |
| background: #AFC8AD ; | |
| font-size: 20px; | |
| } | |
| .use_current_button { | |
| background: #EEE7DA ; | |
| font-size: 20px; | |
| } | |
| .make_live_button { | |
| background: #EEE7DA ; | |
| font-size: 20px; | |
| } | |
| .imgs{ | |
| justify-content: center; | |
| align-items: center; | |
| display: grid; | |
| margin: auto; | |
| width: 256px; | |
| height: 256px; | |
| } |