-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomework2.css
66 lines (56 loc) · 1.03 KB
/
Homework2.css
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/*#image {
body{
margin-top: -120px;
text-align: left;
padding: 200px;
margin-right: 100px;
}
*/
body {text-align: left;
margin-top: -120px;
padding: 200px;
margin-right: 100px;
font-family: Helvetica, sans-serif;
}
#main {
background: #eee;
}
.header {
text-align: center; }
#title{
font-size: 64px;
}
/*#img-div {
border: white solid 1px;
background: white;
padding: 3px;
text-align: center;
margin: 30px;
}*/
#img-caption {font-size: 18px;}
p{
font-size: 18px;
padding: 5px;
text-align: center;
}
.image { display: inline-block;
height: auto;
max-width: 100%;}
#img-div{ border: white solid 1px;
background-color: white;
padding: 3px;
text-align: center;
margin-left: 30px;
margin-right: 30px;}
#tribute-info{
margin-right: 200px;
margin-left: 200px;
}
h2 { margin-top: 40px;
margin-bottom: 10px;
margin-left: 200px;
font-size: 24px;
font-weight: 400;}
u1 {
line-height: 250%;
}