Latest solutions
Latest comments
- @mAryaFirman@GeorgeBryzh
If yout want to center cards container, set rule for .grid
margin: auto
.Then should setgrid-template-columns: (1fr,1fr,1fr)
instead px to stretch on all grid width. To regulate width of cards, change max-width of grid-containerHave a good road!
- @Enis67@GeorgeBryzh
I'd like to share you that remarks
- You must delete
height: 500px
for desktop, the card should change a height
- You don't need to set a
position: absolute
for you button
- You must set on the
.btn-click
text-align: center
, to center a text inside a button
- You must to set a
border-width
on thepx
to make that rounded
Happy strides on that road)
- You must delete