-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGiggs.html
38 lines (33 loc) · 1.24 KB
/
Giggs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<link rel="stylesheet" href="gigg.css">
<body>
<div class="main">
<img class="logo" src="./assets/images/logo.png" alt="logo">
<div>
<h1>I'm a <span class="creative">Creative</span> <br />Design Agency</h1>
</div>
<div class="left-card">
<img class="tile-image" src="./assets/images/1266.jpg" alt="Wamalwas family">
<h2 class="card-title">Beauty</h2>
<p class="card-text">I strive to create the most beautiful websites for all your needs. Working closely with you to design and develop an amazing website for your business.</p>
</div>
<div class="right-card">
<img class="tile-image" src="./assets/images/1247.jpg" alt="Brian and Purity at Illinois">
<h2 class="card-title">Family</h2>
<p>Built by my team of professional developers, we ensure the most rigourous and modern websites. Built from scratch using HTML and CSS. Only the best for you.
</p>
</div>
</div>
<div>
<footer>
Create. Develop. Design.
</footer>
</div>
</body>
</html>