-
Notifications
You must be signed in to change notification settings - Fork 0
/
jumbotron.css
86 lines (69 loc) · 1.32 KB
/
jumbotron.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 2rem;
}
.jumbotron-wearabletech {
background-image: url("images/gadgets.jpg");
background-size: 100%;
}
.jumbotron-cognitivecomputingsystem {
background-image: url("images/tech.jpg");
background-size: 100%;
}
.jumbotron-healthapps {
background-image: url("images/healthappsbanner.jpg");
background-size: 100%;
}
.jumbotron-roboticsurgery {
background-image: url("images/roboticsurgery.png");
background-size: 100%;
}
.jumbotron-typesofrobots {
background-image: url("images/typesofrobots.png");
background-size: 100%;
}
.jumbotron-gadgetsforyourphone {
background-image: url("images/alcohoot.png");
background-size: 100%;
}
.centerImage {
text-align: center;
display: block;
}
.bg-1 {
background-color: white;
}
.bg-2 {
background-color: #292b2c;
color: white;
}
.bg-3 {
background-color: white;
}
.bg-4 {
background-color: #292b2c;
color: white;
}
.container-fluid {
padding-top: 50px;
padding-bottom: 50px;
}
.navbar {
margin-bottom: 0;
font-size: 13px;
font-weight: lighter;
letter-spacing: 1px;
}
.dropdown-menu {
font-size: 13px;
letter-spacing: 0;
}
h2 {
font-weight: 300;
}
h4 {
font-weight: 300;
}
p {
font-weight: 300;
}