-
Notifications
You must be signed in to change notification settings - Fork 0
/
shs.css
70 lines (61 loc) · 1.03 KB
/
shs.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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body {
background-color:
}
header {
background-color: hsl(263, 36%, 16%);
position: fixed
border-bottom: 1px solid #666666;
z-index: 5;
height: 90px;
}
.menu-full-navbar {
position: fixed;
top:0;
left:0;
background-color: #251a37;
width: 100%;
}
.main-bar {
}
.nav-menu {
display: flex;
list-style: none;
}
.nav-menu li {
text-decoration: none;
padding: 15px;
}
.menu-clearfix {
display: flex;
line-height: 80px;
justify-content: space-between;
}
.logo {
font-size: 36px;
display: block;
float: left;
}
.extra-nav {
display: flex;
float: right;
}
.sx-case-study-bx-2 {
padding: 0px 75px;
}
.row-mb-30 {
margin-bottom: 30px;
}
.col-lg-3-col-lg-4 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-6-col-lg-4 {
flex: 0 0 auto;
width: 50%;
}