25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .card-thumbnail{
- width: 312px;
- transform: translate(-50%,-50%);
- object-fit: cover;
- height: 260px;
- border-radius: .375rem;
- transition: all .15s ease;
- position: absolute;
- left: 50%;
- }
-
- .card-stats{
- padding: 0!important;
- }
- .material{
- width: 320px;
- }
- .btn-circle{
- border-radius: 10px;
- background: red;
- color: white;
- }
- .categoryTitle{
- font-weight: 800;
- color: CORNFLOWERBLUE;
- }
|