-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathHome.css
199 lines (194 loc) · 3.31 KB
/
Home.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
.Home, .parent,.home__team {
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
width: 100%;
height: 100%;
background-repeat: no-repeat;
}
.Home{
background-image: url("../../assets/Blank\ Backgrounds\ 1.png");
}
.parent {
display: flex;
justify-content: space-around;
align-items: center;
box-sizing: border-box;
padding: 15vh 5vh 15vh 5vh;
}
.daughter img {
width: 735px;
}
.son__Para{
color: var(--orange);
;
}
.son__Para h3{
font-size: 40px !important;
font-weight:bold;
font-family: "Arial";
}
.son__Para h3 span{
color: #A45D5D;
font-family: "Raleway";
font-size: 80px;
}
.home__about{
background-color: #FFC069;
width: 100%;
color: #fff;
padding: 2.3rem 4rem;
}
.home__aboutInfo{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-bottom: 4rem;
}
.home__aboutInfo h3{
font-size: 40px;
}
.home__aboutInfo h3 span{
color: #4A403A;
}
.home__aboutInfo p{
font-size: 20px;
width: 1000px;
margin: auto;
text-align: center;
margin-top: 1rem;
}
.home__aboutCards{
display: flex;
justify-content: space-around;
width: 1000px;
margin:auto;
flex-wrap: wrap;
}
.home__aboutCard1{
background-color: rgb(255, 255, 255);
color: #000000;
padding: 4px;
cursor: pointer;
transition: all 0.3s ease;
border-radius: 5px;
margin-top: 1rem;
}
.home__aboutCard1:hover{
transform: translateY(-6px);
}
.home__aboutCard1 > img{
width: 225px;
height: 200px;
border-radius: 5px;
}
.home__aboutCard1 > h5{
text-align: center;
margin-top: 19px;
margin-bottom: 19px;
font-size: 1rem;
text-transform: capitalize;
font-weight: 600;
}
.home__team{
background-image: url('../../assets/Blank\ Backround\ 5.png');
background-color: #663F3F;
padding: 3rem 4rem;
}
.home__team h3{
text-align: center;
margin-bottom: 2rem;
color: white;
font-size: 40px;
}
.home__team h3 span{
color: #FFC069;
}
.home__teamCards{
display: flex;
width: 1020px;
margin: auto;
flex-wrap: wrap;
justify-content: center;
}
.home__teamCardsContributor{
margin-top: 4rem;
width: 1020px;
margin: auto;
}
.home__teamCardsContributor h3{
text-align: left;
font-size: 30px;
margin-top: 4rem;
}
@media (max-width: 1612px) {
.son__Para h3{
font-size: 50px;
}
}
@media (max-width: 1358px) {
.daughter img {
width: 600px;
}
}
@media (max-width: 1098px) {
.daughter img {
width: 500px;
}
.son__Para h3{
font-size: 35px;
}
.home__aboutInfo p,.home__aboutCards,.home__teamCards,.home__teamCardsContributor{
width: auto;
}
.home__teamCardsContributor h3{
text-align: center;
}
}
@media (max-width: 920px) {
.daughter {
text-align:center;
max-width: none !important;
padding-top: 5vh;
}
.parent {
display: block;
padding-top: 5.2vh;
}
.son {
max-width: none !important;
text-align: center !important;
}
.son__Para h3 span {
color: #ffc069;
}
}
@media (max-width: 650px) {
.daughter img {
width: 400px;
}
}
@media (max-width: 550px) {
.daughter img {
width: 320px;
}
}
@media (max-width: 468px) {
.daughter img {
width: 280px;
}
.home__aboutInfo p{
font-size: medium;
}
}
@media (max-width: 430px) {
.daughter img {
width: 220px;
}
}
@media (max-width: 430px) {
.daughter img {
width: 150px;
}
}