An aspiring Web Designer, Front-End Developer and also a Digital Artist. Want to bring alive the beautiful designs.
I’m currently learning...My Learning Path ✅ 1. HTML ✅ 2. CSS ✅ 3. JavaScript ✅ 4. Git & GitHub/ Pages ⌛ 5. React JS ⌛ 6. Angular JS ⌛ 7. Vue JS
Latest solutions
Latest comments
- @Raghav-853Submitted over 1 year ago@Priyesh-Singh-WaldiaPosted over 1 year ago
Hi, if you want to fix the issue with the button text alignment, just add
align-tems:center
within your css selector ( .container > * )
0 - @aumvashishtSubmitted over 1 year ago@Priyesh-Singh-WaldiaPosted over 1 year ago
To fix the QR code issue
you can remove the height property from your box class, its restricting the height of your box to 55vh cause 1vh is relative to 1% of the height of the viewport
try it out, that should fix the problem.
Marked as helpful0