Skip to content

Commit 52f54f4

Browse files
committed
fixed issue in html
1 parent 835ccbf commit 52f54f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

assets/styles/components/card.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* || Card
22
*************************/
33
.card {
4+
margin-top: -0.5px;
45
padding: var(--space-sm) var(--space-sm) var(--space-lg);
56
max-width: 320px;
67
border-radius: 20px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<body>
1919
<main>
2020
<article class="card">
21-
<img class="card__img" src="./assets/images/image-qr-code.png" width="288" height="288" alt="QR code" /|>
21+
<img class="card__img" src="./assets/images/image-qr-code.png" width="288" height="288" alt="QR code" />
2222
<div class="card__content">
2323
<h1 class="card__title">
2424
Improve your front-end skills by building projects

0 commit comments

Comments
 (0)