-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
57 lines (49 loc) · 1.17 KB
/
main.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
.border {
border-style: solid;
border-width: 1px;
border-color: black;
height: 200px;
}
.centerVertical {
position: relative;
top: 50%;
}
.obscure {
color: red;
}
.abe {
background-image: url("./tumblr_mm0vrrjOtQ1r413h3o1_400.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.theater {
background-image: url("./theatre-icon1.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.scroll {
background-image: url("./Sprite-scroll.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.bull {
background-image: url("./bull-vector-illustration_19-131204.jpg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.gettysburg {
background-image: url("./gettysburg.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.confederate{
background-image: url("./confed.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}