forked from manitianstar/responsive-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcssadvancedproject.htm
35 lines (35 loc) · 1.09 KB
/
cssadvancedproject.htm
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
<!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="./style.css" />
</head>
<body>
<div class="main">
<img src="./logo.png" id="top" />
<h1 id="head">
We are a <span id="creative">Creative</span><br> Design Agency
</h1>
<div class="left">
<img src="./beautiful.jpg" class="mid" />
<h2>Beauty</h2>
<p>
We 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">
<img src="./construction.jpg" class="mid" />
<h2>Construction</h2>
<p>
Built by our 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>
<footer>Create. Develop. Design.</footer>
</body>
</html>