-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (46 loc) · 2.4 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!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">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="challenge-1.css">
<link rel="stylesheet" media="screen and (max-width:375px)" href="mobile.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=Manrope:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<title>Challenge -1</title>
</head>
<body>
<div class="container">
<div class="box1">
<div id="image">
<img src="drawers.jpg" alt="drawers">
</div>
<div class="text">
<div id="head">Shift the overall look and feel by adding these wonderful
touches to furniture in your home<br></div>
<div id="para">Ever been in a room and felt like something was missing? Perhaps
it felt slightly bare and uninviting. I’ve got some simple tips
to help you make any room feel complete.</div>
<div id="michelle">
<img src="avatar-michelle.jpg" alt="avatar-michelle">
</div>
<div class="det">
<div id="name">Michelle Appleton</div>
<div id="date">28 Jun 2020</div>
</div>
<div class="circle-icon"></div>
<div class="tooltip"><i class="fas fa-share"></i>
<span class="tooltiptext">
<a href="#share">S H A R E</a>
<a href="#facebook"><i class="fab fa-facebook-square"></i></a>
<a href="#twitter"><i class="fab fa-twitter"></i></a>
<a href="#pinterest"><i class="fab fa-pinterest"></i></a>
</span>
</div>
</body>
</html>