-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknow_more.css
More file actions
37 lines (37 loc) · 771 Bytes
/
know_more.css
File metadata and controls
37 lines (37 loc) · 771 Bytes
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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.founder_box1{
margin-left: 10%;
}
.founder-section{
display: flex;
flex-direction: row;
justify-content:flex-start;
align-items: center;
background: linear-gradient(0deg, #1e5113, #a33ff5);
height: 100vh;
}
.profile_card{
display: flex;
flex-direction: column;
align-items: center;
max-width: 370px;
width: 100%;
background: linear-gradient(135deg, #1e5113, #f5863f);;
border-radius: 24px;
padding: 25px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
/* border: 3px dashed ; */
}
.known{
margin: 0 20%;
padding: 5%;
background: linear-gradient(135deg, #132251, #b83ff5);
border-radius: 25%;
}
.details{
color: #f5863f;
}