-
Notifications
You must be signed in to change notification settings - Fork 0
/
energetic.html
30 lines (30 loc) · 1.38 KB
/
energetic.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Font and Color</title>
<link rel="stylesheet" href="./css/base-styles.css">
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two" rel="stylesheet">
<link rel="stylesheet" href="./css/mystyles.css">
</head>
<body>
<div class="wrapper">
<h1 class="Ener1">Energetic</h1>
<h2 class="Ener1">Color Strategy: Complementary</h2>
<hr class="EHr">
<p class="EnerO">Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit
esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia d
eserunt mollit anim id est laborum.
</p>
<a class="Elink" href="./index.html">Sophisticated</a>
<a class="Elink" href="./corporate.html">Corporate</a>
<a class="Elink" href="./relaxed.html">Relaxed</a>
<a class="Elink" href='./fun.html'>Fun</a>
</div>
</body>
</html>