-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQR.html
29 lines (28 loc) · 1.03 KB
/
QR.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>QR-card</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="QR.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap" rel="stylesheet">
</head>
<body style="background-color:rgb(214,225,238);">
<style>@font-face {
font-family: "Outfit";
src: url("Outift/Outfit-VariableFont_wght.ttf") format("truetype");
}</style>
<div class="card">
<div>
<img src="image-qr-code.png" alt="gr" style="padding:50px;">
<div class="insidecard">
<h4>hallo</h4>
</div>
</div>
</div>
</body>
</html>