-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
126 lines (103 loc) · 1.75 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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
html, body {
margin: 0;
padding: 0;
font-family: 'Merriweather', serif;
background-color: #1c1c1c;
}
.container {
max-width: 850px;
margin: auto auto;
}
.top-part {
height: 500px;
background: url("https://pixabay.com/static/uploads/photo/2016/02/26/00/11/courthouse-1223279_960_720.jpg")center bottom no-repeat;
background-size: cover;
}
.header {
max-width: 2000px;
background: rgba(0, 0, 0, 0.5);
height: 45px;
padding: 10px 0;
display: block;
}
.header .container {
max-width: 1000px;
}
ul a{
font-weight: bold;
font-size: 25px;
text-transform: uppercase;
}
ul{
display: inline-block;
color: #fff;
}
#logo {
display: inline;
margin-right: 30px;
margin-top: auto;
margin-bottom: auto;
font-weight: bold;
font-size: 25px;
color: #fff;
}
#logo a{
color: orange;
}
#logo a:hover{
text-decoration: none;
color: #4d94ff;
}
.pull-right li{
display: inline;
margin-left: 30px;
margin-top: auto;
margin-bottom: auto;
}
.pull-right li a {
font-size: 15px;
color: #fff;
}
.pull-right li a:hover{
color: orange;
text-decoration: none;
border-bottom: 2px solid orange;
}
.jumbotron{
background-color: transparent;
}
.jumbotron .container {
background: rgba(0, 0, 0, 0.5);
max-width: 940px;
}
.container h2{
display: block;
font-size: 3em;
color: orange;
text-align: center;
text-shadow: 0 2px 3px rgba(0,0,0,.4);
}
#form {
margin-top: 120px;
position: absolute;
left: 20%;
top: 30%;
}
#search-box {
width: 500px;
}
.column {
margin-top: 60px;
}
.col-md-6 {
text-align: center;
}
.col-md-6 img {
height: 210px;
width: 280px;
}
.col-md-6 h2 {
color: #4d94ff;
font-size: 2em;
margin-bottom: 3em;
}