-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathApp.css
59 lines (52 loc) · 956 Bytes
/
App.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
.parent{
display: flex;
flex-direction: column;
}
.child1{
background-color: white;
width:100%;
height:8vh;
display: flex;
justify-content:space-around;
align-items: center;
border: 1px solid #E8E9EB;
box-shadow: 0px 1px 4px rgba(26, 27, 31, 0.12);
}
.image{
width:130%;
}
.tabs{
display: flex;
}
.font-white{
color:white !important;
}
.child2{
display:flex;
min-height:92vh !important;
width:100%;
/* margin-bottom:15vh */
/* margin-top:8vh */
}
.tag{
/* display: flex; */
/* justify-content: center; */
flex-direction: row;
padding: 6px 10px;
/* position: absolute; */
width: fit-content;
height: 24px;
/* left: 532px; */
/* top: 304px; */
/* Neutral Solid / 100 */
background: #F0F2F5;
border-radius: 2px;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 8px;
line-height: 12px;
text-align: center;
letter-spacing: 0.8px;
text-transform: uppercase;
}