-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
94 lines (80 loc) · 1.25 KB
/
style.css
File metadata and controls
94 lines (80 loc) · 1.25 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
85
86
87
88
89
90
91
92
93
94
.menu li{
display: inline;
margin-right: 5px;
list-style-type: none;
}
div{
box-sizing: border-box;
}
menu{
padding: 0;
margin: 0;
display: block;
}
header{
background: url("./img/severn_project_b_6d13aef6489b20bae2b5325f37a817df.jpg") no-repeat center top / cover;
height: 755px;
}
.container-fluid{
/*width: 1060px;*/
margin: 0 auto;
}
#title{
font-size: 36px;
margin-top: 275px;
background: #f7941e;
opacity: 0.8;
height: 97px;
}
#details{
margin-top: 20px;
background: #ffffff;
opacity: 0.8;
height: 37px;
}
a{
text-decoration: none;
display: block;
margin-top: 10px;
}
h1{
color: white;
display: block;
margin-top: 10px;
}
.nav {
margin-top: 50px;
}
.nav a{
font-size: 14px;
color: white;
}
#statistics{
height: 277px;
text-align: center;
}
#statistics p{
margin-top: 99px;
font-size: 64px;
color: #0d0d0d;
}
#form{
height: 250px;
background: #414141;
color: white;
}
#title-form{
margin-top: 70px;
}
#form .form-control{
background: #ffffff;
opacity: 0.8;
height: 57px;
border-radius: 0;
}
#send .form-control {
height: 57px;
width: 100%;
background: #f7941e;
border: none;
}