-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
executable file
·164 lines (126 loc) · 2.72 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
#mainLogo{
height: 30px; width: 120px;
}
nav.navbar-ibism{
background: linear-gradient(90deg,#e2e9f4 400px,#2e72e2 );
}
nav.navbar-ibism ul.navbar-nav a {
font-family:'Raleway', sans-serif;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.2px;
text-align: left;
color: #f5f8fb;
}
nav.navbar-ibism ul.navbar-nav a:hover {
background:transparent;}
nav.navbar-ibism button.navbar-toggle { background:#ff854f; border-radius: 3px; }
nav.navbar-ibism button.navbar-toggle:hover { background:#ff854f; }
nav.navbar-ibism button.navbar-toggle > span.icon-bar { background: #fff; }
#signIn{
height: 40px; width: 80px;
background:transparent;
border-radius: 2px;
border: solid 1px;
margin-top:5px;
margin-left:50px;
margin-right: 10px;
font-family: 'Raleway', sans-serif;
color:#f5f8fb;
}
#signIn:hover{
background-color:#ff854f;
border-color:#ff854f;
color:white;
}
@media only screen and (max-width: 768px){
nav.navbar-ibism{
background:#e2e9f4;
}
}
nav.scrolled{
background: transparent;
}
.header{
width:100%; height:100%;
background: linear-gradient(90deg,#f0f4fa 400px,#4285f4)
}
#mac{
margin-top:12%; margin-left:14%;
margin-bottom:15%;
}
.bannerText{
margin-left: 60%;
margin-top: -20%;
}
.customers{
height:100px; background-color: rgba(0, 0, 0, 0.1);
border-radius: 5px;
background-color: #e2e9f4;
transform: translateY(-50px);
box-shadow: 0px 5px 18px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1400px){
.sectionImage img {
max-width: 100%
}
}
@media only screen and (max-width: 692px) {
.sectionImage{
text-align:center;
}
.servicesTextContainer{
margin-top:0px;
}
}
.sectionImage img {
margin-top: 40px;
margin-bottom: 40px;
align-items: flex-end;
width: 722px;
height: 527px;
object-fit: contain;
}
.servicesTextContainer{
margin-top:180px;
}
#link{
width: 215.1px;
height: 45.9px;
border-radius: 35px;
background-color: #ff854f;
color: #ffffff;
}
#section-2{
background:;
height:auto; width:100%;
}
/*svg*/
#svg {
width: 500px;
height: 800px;
margin-top: 10%;
margin-left: 10%;
}
#section-3{
background-color:#f0f4fa;
height:600px; width:100%;
}
.frame {
width: 40%;
border-radius: 4px;
background: #ededed;
padding: 20px;
margin: 150px auto;
}
body .frame .content h1 {
margin: 0 0 10px 0;
text-align: center;
color: white;
font-weight: 100;
text-transform: uppercase;
}
#svg {
width: 500px;
height: 300px;
}