Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiadi committed Sep 25, 2024
1 parent cb7d024 commit 2ccade7
Showing 1 changed file with 17 additions and 25 deletions.
42 changes: 17 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
flex-direction: column;
align-items: center;
background-color: hsl(0, 0%, 100%);
background-color: hsl(212, 45%, 89%)
}

.attribution {
Expand All @@ -34,22 +35,13 @@
color: hsl(228, 45%, 44%);
}

.body-background {
background-color: hsl(212, 45%, 89%);
width: 90vw;
height: 80vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.qr-background {
background-color: hsl(0, 0%, 100%);
width: 280px;
text-align: center;
font-weight: 200;
border-radius: 10px;
padding: 5px;
}

.elementsOfqr {
Expand All @@ -58,6 +50,7 @@

.elementsOfqr .img-qr {
border-radius: 10px;

}

.elementsOfqr span {
Expand All @@ -69,27 +62,26 @@

<body>

<div class="body-background">

<div class="qr-background">
<div class="qr-background">

<div class="elementsOfqr">
<img src="images/image-qr-code.png" class="img-qr" alt="qr-code" width="250px" height="250px">
<p>
<span>
Improve your front-end skills by building projects <br>
</span>
Scan the QR code to visit Frontend Mentor and take your coding skills to the next level
</p>
</div>
<div class="elementsOfqr">
<img src="images/image-qr-code.png" class="img-qr" alt="qr-code" width="250px" height="250px">
<p>
<span>
Improve your front-end skills by building projects <br>
</span>
Scan the QR code to visit Frontend Mentor and take your coding skills to the next level
</p>
</div>
</div>


<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">ramadi</a>.
</div>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">ramadi</a>.
</div>

</body>

</html>

0 comments on commit 2ccade7

Please sign in to comment.