-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.51 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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="es">
<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">
<link rel="stylesheet" href="css/style.css" />
<title>CSS CHALLENGE</title>
</head>
<body>
<h2>Challenge 5min each</h2>
<div class="btn-container">
<button class="btn btn-transparent">Add to cart</button>
<button class="btn btn-color">Buy Now</button>
</div>
<div class="btn-container2">
<button class=" btn btn-gradient">Get Started</button>
</div>
<div class="info-container">
<div class="info-tx">
<p class="info-title">Warm-up</p>
<p class="info-time">1min 30 sec</p>
</div>
<i class="fas fa-arrow-circle-down"></i>
</div>
<div class="mail-container">
<i class="fas fa-envelope"></i>
<input type="text" placeholder="Email Address" class="mail-input">
</div>
<h2>Challenge 10min</h2>
<div class="profile-container">
<i class="fas fa-chevron-circle-down"></i>
<input type="text" placeholder=" Search" class="profile-input">
<img src="https://cdn.businessinsider.es/sites/navi.axelspringer.es/public/styles/bi_876/public/media/image/2019/09/keanu-reeves-has-appeared-numerous-hit-films-matrix-and-john-wick.jpg?itok=dm8VQ74V" class="profile-img">
</div>
<script src="https://kit.fontawesome.com/97bc746b49.js" crossorigin="anonymous"></script>
</body>
</html>