123456789101112131415161718 |
- .panel {
- border-radius: 28px;
- width: 100%;
- font-size: 40px;
- letter-spacing: 1px;
- padding: 10px;
- }
- .block {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- height: 100%;
- box-sizing: border-box;
- margin-top: 10px;
- border: 4px dashed #fff;
- }
|