Submitted over 2 years agoA solution to the QR code component challenge
QR generator
@chaitalipatidar2003

Solution retrospective
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>QR-generator</title>
<link rel="icon" href="C:\Users\hp\OneDrive\Desktop\HTML\bootstrap-installation\practice\favicon-32x32.png">
<link rel="stylesheet" href="C:\Users\hp\OneDrive\Desktop\HTML\bootstrap-installation\practice\style.css">
</head>
<body>
<div class="top">
<div class="inner-top">
<img class="qr-img" src="C:\Users\hp\OneDrive\Desktop\HTML\bootstrap-installation\practice\image-qr-code.png" alt="INSTA-QR" >
<h1>Improve your front-end <br>skills by building projects</h1>
<p>Scan the QR code to visit Frontend <br> Mentor and take your coding skills to <br> the next level</p>
</div>
</div>
</body>
</html>Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on chaitalipatidar2003's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord