We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835ccbf commit 52f54f4Copy full SHA for 52f54f4
2 files changed
assets/styles/components/card.css
@@ -1,6 +1,7 @@
1
/* || Card
2
*************************/
3
.card {
4
+ margin-top: -0.5px;
5
padding: var(--space-sm) var(--space-sm) var(--space-lg);
6
max-width: 320px;
7
border-radius: 20px;
index.html
@@ -18,7 +18,7 @@
18
<body>
19
<main>
20
<article class="card">
21
- <img class="card__img" src="./assets/images/image-qr-code.png" width="288" height="288" alt="QR code" /|>
+ <img class="card__img" src="./assets/images/image-qr-code.png" width="288" height="288" alt="QR code" />
22
<div class="card__content">
23
<h1 class="card__title">
24
Improve your front-end skills by building projects
0 commit comments