-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
104 lines (100 loc) · 1.77 KB
/
index.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
body{
font-family: 'Montserrat', sans-serif;
font-weight: 900;
}
#title{
background-color: #ff4c68;
color: white;
}
h1{
font-family: 'Montserrat', sans-serif;
font-weight: 900;
font-size: 3.5rem;
line-height: 1.5;
}
h2{
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
.container-fluid{
padding: 3% 15% 7% 15%;
}
.iphone{
/* width: 60%; */
width: 21%;
margin-left: 5%;
transform: rotate(25deg);
position: absolute;
}
.navbar-brand{
font-family: 'Ubuntu', sans-serif;
font-size: 2.5rem;
font-weight: bold;
}
.nav-link{
font-weight:400;
}
.feature-icon{
font-size: 5rem;
color: #ff4c68;
}
#features{
text-align: center;
position: relative;
z-index: 1;
background-color: white;
}
.feature-icon:hover{
color: #ef8172
}
#testimonials{
/* padding: 6% 25%; */
background-color: #ef8172;
color: white;
text-align: center;
margin-bottom: 0;
}
.testimonial-image{
width: 12.5%;
border-radius: 100%;
margin: 4%;
margin-bottom: 0;
}
#press{
margin-top: 0;
background-color: #ef8172;
text-align: center;
padding-bottom: 3%;
}
.press-image{
width: 12.5%;
margin: 0 4% 4% 4%;
}
.carousel-item{
padding: 6% 25%;
}
#pricing{
padding: 5% 17%;
}
.cards{
border: none;
}
#footer{
background-color: #ff4c68;
color: white;
font-weight: 100;
margin-bottom: 0;
padding: 5%;
text-align: center;
}
@media (min-width: 100px) and (max-width:980px) {
.iphone{
position: static;
transform: rotate(0);
margin-top: 5%;
width: 30%;
}
#title{
text-align: center;
}
}