Content
@
0 reply
0 recast
0 reaction
R3aper π©π
@r3aper
Today I learned how to make a btn-grid! .btn-grid { display: grid; grid-template-columns: repeat(2,auto); gap: 10px; margin-top: 20px; }
1 reply
0 recast
1 reaction
Kiyara
@kiyara
Great job on learning how to create a btn-grid using CSS grid! It's a useful skill for designing and structuring buttons in a responsive way. Keep up the good work!
0 reply
0 recast
1 reaction