Skip to content

Commit

Permalink
Fixed file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
alopez-84 committed Nov 14, 2023
1 parent c6621d8 commit 0a02ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ body {
font-weight: 400;
font-size: 15px;
color: hsl(220, 15%, 55%);
}
}
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@
</style>
</head>
<body>
<div class="qrCard">
<img class="qrCode" src="/Users/Albert/Documents/project/FEM Practice/images/image-qr-code.png" >
<main class="qrCard">
<img class="qrCode" src="/Users/Albert/Documents/project/FEM Practice/QRCode/images/image-qr-code.png" >
<div class="container">
<h1 class="header">Improve your front-end skills by building projects</h1>
<p class="body-text">Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p>
</div>

</div>
</main>
</body>
</html>

0 comments on commit 0a02ad3

Please sign in to comment.