-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
39 lines (30 loc) · 857 Bytes
/
about.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
32
33
34
35
36
37
38
39
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>my Box</title>
<!-- Stylesheets -->
<link href="MyBoxModel.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--div class="container">
<div id="mast"></div--><!--THIS IS COMMENTED OUT!-->
<div class="containeBig">
<div id="box1">
<div id="boxSide">
<div id="boxSideTop">ABOUT</div>
<div id="boxSideBot">1.2</div>
</div>
<div id="boxMiddle">2</div>
<div id="boxSide">
<div id="boxSideTop">3.1</div>
<div id="boxSideBot">3.2</div>
</div>
</div>
</div>
</body>
</html>
<!--p class ="hash">this is a second of text in the default 16 px height. <br>
there is roughly 3 pixels of "leading" or vertical space above the line of text. </p>
<img src="motowings.jpg"-->
<!--div id="mast"></div-->