-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_styles.css
111 lines (89 loc) · 1.41 KB
/
test_styles.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
#title {
background-color: #ff4c68;
color: #fff;
}
.container-fluid {
padding: 3% 15%;
}
body {
font-family: "Montserrat", sans-serif;
}
h1 {
font-family: "Montserrat", sans-serif;
font-size: 3.5rem;
line-height: 1.5;
font-weight: 900; /* black */
}
/* Navigation Bar */
.navbar {
padding-bottom: 4.5rem;
}
.navbar-brand {
font-family: "Ubuntu", sans-serif;
font-size: 2.5rem;
font-weight: bold;
}
.nav-link {
font-size: 1.2rem;
/* font-family: "Montserrat"; */
font-weight: 300;
}
/* Download Buttons */
.download-button {
margin: 5% 3% 5% 0;
}
/* Title Image */
.title-image {
width: 60%;
transform: rotate(25deg);
}
/* Feature section */
/*
#features {
padding: 7% 15%;
} */
.feature-box {
padding: 5%;
text-align: center;
}
#features p {
color: #8f8f8f;
}
#features i {
color: #ef8172;
padding-bottom: 1rem;
}
#features i:hover {
color: #ff4c68;
}
#features h3 {
font-size: 1.5rem;
font-weight: bold;
}
/* Testimonials section */
#testimonials {
/* padding: 7% 15%;*/
text-align: center;
background-color: #ef8172;
color: #fff;
}
#testimonials h2 {
font-weight: bold;
font-size: 3rem;
line-height: 1.5;
}
#testimonials img {
width: 10%;
border-radius: 50%;
margin: 2.5%;
}
/* Press section */
#press {
background-color: #ef8172;
text-align: center;
padding-bottom: 3%;
}
#press img {
width: 15%;
padding: 20px 20px 50px;
}