-
Notifications
You must be signed in to change notification settings - Fork 0
/
IBM.css
89 lines (87 loc) · 1.39 KB
/
IBM.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
body {
font-family: "Montserrat";
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat-Bold";
}
p {
color: #8f8f8f;
}
#title {
background-color: #092532;
color: #fff;
font-size: 65px;
text-align: center;
}
#title .container-fluid {
padding: 3% 15% 7%;
}
#main-page .colored-section{
font-family: serif;
align-content: center;
padding-bottom: 60px;
}
.big-heading {
font-family: "Montserrat-Black";
font-size: 3.5rem;
line-height: 1.5;
}
.section-heading {
font-size: 3rem;
line-height: 1.5;
}
.container-fluid{
padding: 7% 15%;
}
.colored-section {
background-color: #092532;
color: #fff;
}
.white-section {
background-color: #fff;
}
/* Navigation Bar */
.navbar {
padding: 0 0 4.5rem;
}
.navbar-brand {
font-family: "Ubuntu";
font-size: 2.5rem;
font-weight: bold;
}
.nav-item {
padding: 0 18px;
}
.nav-link {
font-size: 1.2rem;
font-family: "Montserrat-Light";
}
.feature-images{
border-radius: 100%;
padding-bottom: 2%;
}
#main-page{
padding: 100px;
}
#features {
padding: 80px;
align-items: center;
}
@media (max-width: 1028px) {
#title {
text-align: center;
}
.title-image{
position: static;
}
}
#features {
position: relative;
}
.feature-title {
font-size: 1.5rem;
}
.feature-box {
padding: 4.5%;
}