-
Notifications
You must be signed in to change notification settings - Fork 0
/
challenge6.html
43 lines (43 loc) · 1.56 KB
/
challenge6.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="css/stylesheet6.css" />
<title>Headline Challenge</title>
</head>
<body>
<div id="wrap">
<div class="header">
<h2>About Creativity..</h2>
</div>
<div class="thepost">
<h1 class="posttitle">CSS Layout</h2>
<h2 class="dateheader">Monday, May 29, 2006</h1>
<p>
Wonder when CSS layout techniques will be less of an art and more of a science.
</p>
<p>
Wonder when CSS layout techniques will be less of an art and more of a science.
Wonder when CSS layout techniques will be less of an art and more of a science.
Wonder when CSS layout techniques will be less of an art and more of a science.
</p>
<p>
Wonder when CSS layout techniques will be less of an art and more of a science.
Wonder when CSS layout techniques will be less of an art and more of a science.
Wonder when CSS layout techniques will be less of an art and more of a science.
</p>
<p class="postfooter">
<em>Posted by Robin.</em>
</p>
</div>
<div class="quotesside">
<h3>Quotes quotes!</h3>
<ul>
<li>Quote 1.</li>
<li>Quote 2.</li>
<li>Quote 3.</li>
</ul>
</div>
</div>
</body>
</html>