-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (112 loc) · 1.75 KB
/
style.css
File metadata and controls
124 lines (112 loc) · 1.75 KB
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
.logo{
width: 130px;
height: 100%;
}
.illustration{
width: 554px;
height: 346px;
}
.nav-bar{
padding-top: 30px;
padding-left: 50px;
padding-right: 50px;
background-color: #F0FFF0;
}
.top-bar{
padding: 35px;
background-color: #F0FFF0;
}
.gs-btn{
color: white;
text-decoration: none;
}
.btn{
height: 43px;
color: #ffffff;
background-color: #21B573;
border-radius: 33px;
}
.btn:hover{
background-color: #F0FFF0;
}
.p-1{
color: #FD511A;
}
span h2{
color: #21B573;
}
.top-card {
margin-top: 100px;
background-color: white;
}
.img-e1{
width: 66px;
height: 85px;
margin: 100px;
}
.img-e2{
width: 80px;
height: 83px;
margin: 100px;
}
.img-e3{
width: 75px;
height: 80px;
margin: 100px;
}
.img-e4{
width: 68px;
height: 76px;
margin: 100px;
}
.top-card{
background-color: white;
margin-top: 60px;
}
.card{
width: 270px;
height: 270px;
border: none;
box-shadow: 5px 5px 10px lightgray;
border-radius: 10px;
}
.card-2nd{
margin-top: 170px;
margin-left: 150px;
background-color: white;
}
.container h2{
margin-bottom: 60px;
margin-top: 90px;
padding-right: 100px;
}
.man{
width: 120px;
height: 120px;
margin-top: 50px;
margin-left: 200px;
}
.last-p{
width: 580px;
height: 90px;
padding-right: 50px;
margin-top: 65px;
margin-left: 80px;
}
.testimonial-text{
padding-left: 50px;
}
.last-sec{
margin-top: 100px;
padding-top: 70px;
padding-left: 80px;
width: 1440px;
height: 280px;
background-color: #282531;
color: white;
}
footer{
padding-bottom: 30px;
color: #F0FFF0;
background-color: #282531;
}