Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- .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;
- }
|