-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.html
More file actions
20 lines (20 loc) · 1.4 KB
/
style.html
File metadata and controls
20 lines (20 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style3.css">
<link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
<title>Cookie Shop Style Guide</title>
</head>
<body>
<h4>Style Guide</h4>
<h2>Colors<h2>
<ul><li class="sq1"></li><li class="sq2"></li><li class="sq3"></li></ul>
<div class="container2"><h2>Typography<h2>
<div class="container"><h3>Header: arial</h3><div class="header1">Header</div></div>
<div class="container"><h3>Headings: Verdana serif</h3><div class="head1">Heading 1</div></div>
<div class="container"><h3>Link and Emphasis Text: Cookie cursive</h3><div class="accent">This text is emphasized!</div></div>
<div class="container"><h3>Pulldown Text: Verdana serif</h3><div class="pd">Text in the pulldowns.</div></div>
<div class="container"><h3>Paragraph Text: Cookie cursive</h3><div class="par">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. </span></h3></div></div>
</div>
</body>
</html>