-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
130 lines (122 loc) · 1.73 KB
/
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
body{
font-family: "Montserrat";
}
#title{
background-color: #ff4c68;
}
h1{
font-family: Montserrat sans-serif;
font-size:3rem;
line-height:1.5;
}
#title{
color:#fff;
}
.container-fluid
{
padding: 3% 15%;
}
.navbar{
padding:0 0 4.5rem;
}
.navbar-brand
{
font-family: 'Kaushan Script', cursive;
font-size:2.5rem;
}
.nav-item
{
padding:0 18px;
}
.nav-link
{
font-size:1.2rem;
}
.title-img{
transform: rotate(25deg);
width:50%;
margin:20px 40px;
}
.pad
{
padding:7% 5%;
}
.fas
{
color:#ef8172 ;
width:100%;
text-align: center;
font-size:4rem;
}
.fas:hover
{
color:#ff4c68;
}
.content,p
{
color:#8f8f8f;
text-align: center;
}
h3{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
line-height:3rem;
text-align: center;
font-size: large;
}
#testimonials{
text-align:center;
background-color:#ff4c68 ;
color: #fff;
}
h2{
font-family: 'Montserrat', sans-serif;
line-height:1.5;
font-size:3rem ;
font-weight: 700;
color: #fff;
}
.test-image
{
border-radius: 100%;
width: 10%;
}
#press{
background-color:#ff4c68 ;
text-align:center;
padding-bottom:3%;
}
.press-logo
{
width:15%;
margin:20px 20px 50px;
}
.carousel-item
{
padding: 7% 15%;
}
#pricing
{
margin: 100px;
text-align: center;
}
.price-col
{
padding:3% 2%;
}
#cta
{
background-color:#ff4c68 ;
padding: 7% 15%;
text-align:center;
}
#footer
{
background-color: #fff;
margin: 5% 15%;
text-align:center;
}
.contact-icon
{
padding: 10px 10px;
}