-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
100 lines (86 loc) · 1.7 KB
/
style.css
File metadata and controls
100 lines (86 loc) · 1.7 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
95
96
97
98
99
100
body {
margin: 0;
font-family: freight-sans-pro, sans-serif;
font-weight: 400;
font-style: normal;
}
.circle_point {
display: inline-block;
width: 2px;
height: 2px;
background-color: #c4c4c4;
margin: 3px;
}
.circle {
overflow: hidden;
position: absolute;
left: 75%;
top: 50%;
transform: translate(-50%, -50%);
width: 25vw;
height: 25vw;
border-radius: 20%;
background: #ffffff;
box-shadow: 39px 39px 79px #cccccc, -39px -39px 79px #ffffff;
}
.logo {
width: 420px;
margin: 50px;
}
.menu_list {
margin-top: 54px;
margin-right: 20px;
list-style: none;
float: right;
}
.menu_list li {
margin: 0px 30px;
float: left;
}
.menu_list li a {
text-decoration: none;
color: #242F3F;
}
.menu_list li a:hover {
text-decoration: underline;
}
.column_50 {
float: left;
width: 50%;
}
.menu_bar {
height: 122px;
}
.first_bar {
padding: 70px 60px;
position: relative;
background-color: #F0F6FB;
width: calc(100% - 120px);
display: inline-block;
}
.main_cta {
padding: 10px 20px;
color: #fff;
background: #78aed7;
background: -moz-linear-gradient(45deg, #78aed7 0%, #95c0e4 100%);
background: -webkit-linear-gradient(45deg, #78aed7 0%, #95c0e4 100%);
background: linear-gradient(45deg, #78aed7 0%, #95c0e4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78aed7', endColorstr='#95c0e4',GradientType=1 );
border-radius: 4px;
text-decoration: none;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
}
.main_cta:hover {
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.22);
}
.bg_circle_right {
right: 0px;
bottom: 0px;
position: absolute;
z-index: 1;
}
.rookmelder_img {
float: right;
z-index: 2;
position: relative;
}