-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (71 loc) · 1.24 KB
/
Copy pathstyle.css
File metadata and controls
84 lines (71 loc) · 1.24 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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
body {
background-color: lightgray;
/* background-color: #00A56B; */
background-image: url("./images/ferris_wheel.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-position: bottom;
background-size: cover;
/* background-blend-mode: lighten; */
padding: 10px 10px;
font-size: 18px;
color: white;
}
#open-txt {
font-family: "Georgia";
font-size: 100px;
text-align: center;
}
#guideword {
color: coral;
}
.intro {
margin-top: 15px;
}
h1 {
margin: 0px;
}
#welcome-banner {
height: 132px;
width: 100%;
color: black;
background-color: white;
opacity: 50%;
}
.bg-light {
height: 50px;
font-size:28px;
}
.nav-items {
list-style-type: none;
margin-left: 10px;
margin-top: 3px;
padding: 10px;
display: inline;
text-decoration: none;
font-size: 28px;
}
.nav-link {
margin: 10px;
}
.nav-items:hover {
background-color: #111;
color: white;
margin-top: 5px;
}
.ticket_images {
height: 200px;
width: 300px;
display: inline;
margin:10px;
}
#exampleFormControlInput1 {
width: 25%;
}
#irongwazicaption {
background-color: gray;
}
#dis-disc-pic {
height: 30%;
width:50%;
}