Skip to content

Commit

Permalink
inital
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanshalaby55 committed Dec 11, 2024
1 parent d1fafbd commit 4a2d991
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions qr-code-component/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@
<body>
<div class="main">
<div class="content">
<div class="card">
<div class="qr-card">
<img src="./images/image-qr-code.png" width="400" height="700" alt="qr-image" class="qr-image">
</div>
<div class="information">
<p class="basic-info">improve your frontend skills by building projects</p>
<p class="qr-info">Scan the QR code to visit the website <br> for your progress and good health.</p>
<div class="card">
<div class="qr-card">
<img src="./images/image-qr-code.png" width="400" height="700" alt="qr-image" class="qr-image">
</div>
<div class="information">
<p class="basic-info">improve your frontend skills by building projects</p>
<p class="qr-info">Scan the QR code to visit the website
<br>
for your progress and good health.
</p>
</div>
</div>
</div>
</div>
</div>
</body>

</html>

0 comments on commit 4a2d991

Please sign in to comment.