123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .page-section-spacing{
- margin-top: 30px;
- }
- .scroll-view_H{
- white-space: nowrap;
- }
- .scroll-view-item{
- height: 150px;
- }
- .scroll-view-item_H{
- display: inline-block;
- width: 100%;
- height: 150px;
- }
- .demo-text-1{
- position: relative;
- align-items: center;
- justify-content: center;
- background-color: #1AAD19;
- color: #FFFFFF;
- font-size: 18px;
- }
- .demo-text-1:before{
- content: 'A';
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .demo-text-2{
- position: relative;
- align-items: center;
- justify-content: center;
- background-color: #2782D7;
- color: #FFFFFF;
- font-size: 18px;
- }
- .demo-text-2:before{
- content: 'B';
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .demo-text-3{
- position: relative;
- align-items: center;
- justify-content: center;
- background-color: #F1F1F1;
- color: #353535;
- font-size: 18px;
- }
- .demo-text-3:before{
- content: 'C';
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
|