-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
112 lines (107 loc) · 1.87 KB
/
styles.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.navbar {
margin-bottom: 0;
}
body {
background: #36213E;
color: #f7f7f7;
font-family: 'Old Standard TT', serif;
}
h1,
h2 {
font-weight: bold;
}
p {
font-size: 16px;
color: #cdcdcd;
}
blockquote {
display: block;
margin-top: -2em;
margin-bottom: -2em;
margin-left: 50px;
margin-right: 50px;
}
blockquote, blockquote p {
font-size: 25px;
}
.sidebar li a {
font-size: 20px;
}
.jumbotron {
background: transparent;
color: white;
text-align: center;
}
.jumbotron p {
color: white;
font-size: 26px;
}
.navbar-inverse {
background: #2E2F31;
border: 0;
}
.navbar-inverse .navbar-nav li a {
color: #f7f7f7;
font-size: 16px;
}
.navbar-inverse .navbar-nav li a:hover {
background: #7E52A0;
}
.btn-primary {
color: #fff;
background-color: purple;
border-color: white;
margin-bottom: 5px;
}
.btn-primary:hover {
color: #7E52A0;
background-color: purple !important;
border-color: white;
}
.jumbotron {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.jumbotron-billboard .img {
margin-bottom: 0px;
opacity: 0.4;
color: #fff;
background: #000 url("https://data.whicdn.com/images/310499483/original.jpg?t=1523379426");
background-repeat: no-repeat;
width: 100%;
height: 250%;
background-size: contain;
overflow: hidden;
position: absolute;
top:0;
left:0;
z-index:1;
}
.jumbotron h2 {margin-top:0;}
.jumbotron {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
}
.jumbotron .container {
position: relative;
z-index:2;
}
@media screen and (max-width: 768px) {
.jumbotron {
padding-top: 20px;
padding-bottom: 20px;
}
}
.learnButton {
background-color: white;
text-decoration-color: black;
padding: 16px 30px;
cursor: pointer;
border-radius: 5px;
text-align: center;
width:20%;
margin: 0 auto;
}