-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.css
61 lines (53 loc) · 1.3 KB
/
team.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
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fira+Sans:wght@300&family=Inter:wght@300&family=Italianno&family=Oswald&family=Poppins:wght@600&family=Roboto&family=Source+Code+Pro:ital,wght@1,300&display=swap');
/* .cards {
padding: 0 1rem 0 1.5rem;
} */
.row {
--bs-gutter-x: 0rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-.5 * var(--bs-gutter-x));
margin-left: calc(-.5 * var(--bs-gutter-x));
/* display: grid;
grid-template-rows: 133px 133px 133px 133px;
grid-template-columns: 133px 133px 133px 133px;
grid-row-gap: 7rem;
grid-column-gap: 18rem; */
}
.col{
margin: 0 5rem 0 5rem;
}
.ourTeam {
display: flex;
justify-content: center;
font-family: 'Inter';
font-size: 5rem;
padding: 1rem 0rem;
}
.team {
background: #081A7A;
color: white;
}
.team img {
border-radius: 50%;
}
.linkedIn i{
padding: 5px;
margin-top: 1rem;
font-size: 20px;
color: white;
}
.linkedIn i:hover{
color: #0077B5;
}
.team-cards{
font-family: 'Fira Sans', sans-serif;
}
/* @media(max-width:1000px) {
.team-cards{
height: 15rem;
}
} */