-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (25 loc) · 977 Bytes
/
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>QR Code</title>
<link rel="stylesheet" href="resources/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Outfit">
<link rel="shortcut icon" href="images/favicon-32x32.png"
type="image/x-icon">
</head>
<body>
<div class="contenedor">
<a href="https://www.frontendmentor.io/challenges/qr-code-component-iux_sIO_H">
<div class="contenido">
<div class="imagen_qr"><img src="images/image-qr-code.png" alt="Código QR de color blanco con un fondo azul que redirige a frontendmentor.io"></div>
<div class="texto_uno">
Coloca a prueba tus habilidades de desarrollador frontend con este proyecto
</div>
<div class="texto_dos"> Escanea este código QR, para visitar el sitio web de Frontend Mentor y elevar tus habilidades al siguiente nivel</div>
</div>
</a>
</div>
</body>
</html>