-
Notifications
You must be signed in to change notification settings - Fork 0
/
class6-hw.html
31 lines (24 loc) · 977 Bytes
/
class6-hw.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Intro to HTML and CSS Materials and Slides, customized for Girl Develop It Boulder/Denver">
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link rel="stylesheet" href="css/index.css" />
<title>Girl Develop It | Intro to HTML and CSS Materials and Slides</title>
</head>
<body>
<div id="container">
<h1>Intro to HTML & CSS 4wk Series</h1>
<h2>Homework</h2>
<hr>
<h3>Week 3, Session 6 • <small>March 29, 2018</small></h3>
<ol>
<li>Start to refine your site's design
<li>Using the new things you've learned this week try to make your site look the way you want it based on the wireframe you built on Tuesday.
</ol>
</div>
</body>
</html>