-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.css
135 lines (115 loc) · 2.16 KB
/
aboutus.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
131
132
133
134
135
*{
padding: 0px;
margin: 0px;
}
.team-section{
overflow: hidden;
text-align: center;
background: lightsteelblue;
padding: 60px;
}
.team-section h1 {
text-transform: uppercase;
margin-bottom: 60px;
font-size: 40px;
}
.personal-details {
padding: 10px;
height: 100%;
overflow: hidden;
text-align: left;
}
.personal-details p {
color: black;
width: 50%;
padding: 10px;
}
.profile-pic{
width: 45%;
height: 100%;
padding: 15px;
}
.profile-pic img {
border-radius: 200px;
width:100% ;
height: 100%;
}
.profile-card:hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25),
0 10px 10px rgba(245, 89, 89, 0.22);
}
.profile-card {
overflow: hidden;
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
transition: 0.3s;
border-radius: 15px;
width: 550px;
height: 350px;
/* background-color: #455A64; */
background-color: white;
/* display: inline-block; */
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin: 20px;
margin-bottom: 20px;
margin-top: 20px;
}
.product-title h1 {
margin: 20px;
text-align: center;
}
.product-title h2 {
margin: 20px;
text-align: center;
}
.about-us{
text-align: center;
width: 100%;
height: auto;
margin-bottom: 50px;
padding: 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.about-us img {
width: 200px;
height:200px;
}
.about-us p{
font-size: 20px;
padding: 10px;
margin: auto;
color: dimgray;
width: 80%;
height: 30%;
text-align: center;
}
.explanation {
display: flex;
}
#quality {
overflow: hidden;
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
transition: 0.3s;
width: 400px;
height: auto;
border-radius: 15px;
margin: 15px;
text-align: center;
margin-bottom: 50px;
}
.card {
overflow: hidden;
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
transition: 0.3s;
height: auto;
width: auto;
display: inline-block;
border-radius: 15px;
margin: 12px;
text-align: center;
}