-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfront.css
More file actions
73 lines (62 loc) · 1.3 KB
/
Copy pathfront.css
File metadata and controls
73 lines (62 loc) · 1.3 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
body {
margin: 0;
font-size: 28px;
font-family: Arial, Helvetica, sans-serif;
}
#header-image{
background-image: url("images/abstract_black_blue_smoke.jpg");
width: 100%;
height: 400px;
background-repeat: no-repeat;
}
#navbar {
overflow: hidden;
background-color: rgb(10, 10, 9);
border-radius: 15px;
}
#navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 20px;
text-decoration: none;
font-size: 20px;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#navbar a:hover {
background-color: #ddd;
color: black;
}
#navbar a.active {
background-color: #c53d14;
color: white;
}
.content {
padding: 16px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.sticky + .content {
padding-top: 60px;
}
.quote_2{
text-align: right;
}
.cpm-logo{
background-image: url("images/cpm_logo.png");
width: 418px;
height: 219px;
position: absolute;
top: 80px;
left: 450px;
}
.inputf{
align-items: center;
background-color: yellowgreen;
padding-left: 50px;
padding-top: 10px;
}