Latest comments
- @imabuzerkhanSubmitted about 1 year ago@tango-onePosted about 1 year ago
just add some radius to you card.
border-radius: 20px;
and u get some nice curves
0 - @potchakikSubmitted about 2 years ago@tango-onePosted about 2 years ago
It maybe would be nice to see tha "QR" code in the middle of the screen. This is very easy done with flexbox where you use on the "body"
body { width: 100%; height: 100vh;
display: flex; justify-content: center; align-items: center; }
and that why no mather what you put on the screen it will always be in the middle.
Marked as helpful2