@Horshaw
Latest solutions
Latest comments
- @Ripeplantain
its better you put the text in a div then set the width for that div. It will push the rest of the text to the bottom then use text-align:center;
<div class="qr-text"> <p class="head-text">Improve your front-end skills by building projects</p> <p class="desc-text">Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p> </div> .qr-text { width: 300px; text-align: center; }