@VedasaiiSubmitted about 1 month ago
Latest solutions
Latest comments
- @Mohadeseh-MkhPosted about 1 month ago<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device --> <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png"> <link rel = "stylesheet" href = "style.css"> <title>Frontend Mentor | QR code component</title> <!-- Feel free to remove these styles or customise in your own stylesheet 👍 --> </head> <body> <div class = "qr"> <img src = "images/image-qr-code.png"><br>
<b style="color : hsl(218, 44%, 22%) ">Improve your front-end <br>skills by building projects</b><br>
<p>Scan the QR code to visit Frontend <br>Mentor and take your coding skills to <br>the next level</p> </div> </body> </html>0