-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>qr-code-component-main</title>
<!-- css -->
<link rel="stylesheet" href="/css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="/css/main.css" type="text/css" media="screen">
</head>
<body>
<section>
<div class="card">
<img src="/images/image-qr-code.png" alt="" class="card_qr">
<div class="card_title">
<p>
Improve your front-end
skills by building projects
</p>
</div>
<div class="card_description">
<p>
Scan the QR code to visit Frontend
Mentor and take your coding skills to
the next level
</p>
</div>
</div>
</section>
</body>
</html>