12345678910111213141516171819202122 |
- .desktop-50 {
- width: 50%;
- }
- .border-b1{
- border-bottom: 1px solid #c6c6c6;
- }
- #week,#month,#total {
- width:100%;
- padding:0 10px;
- text-align: center;
- position:relative;
- }
- #week strong,
- #month strong,
- #total strong{
- position:absolute;
- top:50%;
- left:10px;
- right:10px;
- text-align:center;
- transform:translateY(-50%)
- }
|