-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path161assignment3.html
More file actions
37 lines (37 loc) · 968 Bytes
/
161assignment3.html
File metadata and controls
37 lines (37 loc) · 968 Bytes
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
<html>
<head>
<title>Assignment 3: Textural Value Scales</title>
<style>
body {
text-align: center;
font-family: URW Chancery L, cursive;
background-color: thistle;
}
img {
width: 50%;
}
h1 {
font-size: 70px;
margin-left: 200px;
margin-right: 200px;
padding: 15px;
}
h2 {
font-size: 40px;
text-align: center;
</style>
<body>
<h1>Assignment 3: Textural Value Scales</h1>
<h2>Value Scale</h2>
<img src="Brian_TextureValue.jpg" alt="Brian_TextureValue.jpg">
<h2>1: Jacket</h2>
<img src="Brian_Jacket.jpg" alt="Brian_Jacket.jpg">
<h2>2: Snake</h2>
<img src="Brian_Snake.jpg" alt="Brian_Snake.jpg">
<h2>3: Wood Floor</h2>
<img src="Brian_WoodFloor.jpg" alt="Brian_WoodFloor.jpg">
<br></br>
<br></br>
</body>
</head>
</html>