-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExercise Card.html
More file actions
45 lines (34 loc) · 956 Bytes
/
Copy pathExercise Card.html
File metadata and controls
45 lines (34 loc) · 956 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Exersice Card.css">
</head>
<body>
<!--My first div starts here-->
<div class="One">
<h1 id="Introduction">Hello Iam Grace</h1>
<img src="Grace.jpg" alt="Profle Picture" width="150px" height="150px" class="photo">
<p class="description"> Iam a passionate about Baker</p>
<a href="http://www.linkedin.com/in/grace-n-1520a9264">Linked Profile</a>
</div>
<div class="One">
<h2>Baking</h2>
<p>Iam Passionate About <b>Baking</b></p>
<h3>Pastries</h3>
<p>I love trying out new<b>pastry recipes</b></p>
<h4>Cakes</h4>
<p>I make all types of cakes</p>
</div>
<div class="One">
<h5>Follow me</h5>
<ul>
<li>Instagram</li>
<li>Twitter</li>
<li>linkedin</li>
</ul>
</div>
</body>
</html>