-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path161assignment2.html
More file actions
35 lines (35 loc) · 1.03 KB
/
161assignment2.html
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
<html>
<head>
<title>Assignment 2: Figure/Ground Studies</title>
<style>
body {
text-align: center;
font-family: URW Chancery L, cursive;
background-color: thistle;
}
img {
width: 30%;
}
h1 {
font-size: 70px;
margin-left: 200px;
margin-right: 200px;
padding: 15px;
}
h2 {
font-size: 40px;
text-align: center;
</style>
<body>
<h1>Assignment 2: Figure/Ground Studies</h1>
<h2>1: Monogram</h2>
<img src="monogram composition-01.jpg" alt="monogram composition-01.jpg">
<h2>2: Negative Spaces as Ground</h2>
<img src="monogram composition-03.jpg" alt="monogram composition-02.jpg">
<h2>3: Negative Spaces as Figure</h2>
<img src="monogram composition-02.jpg" alt="monogram composition-03.jpg">
<h2>4: Ambiguous Figure/Ground</h2>
<img src="monogram composition-04.jpg" alt="monogram composition-04.jpg">
</body>
</head>
</html>