-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframe-6.css
73 lines (73 loc) · 1.22 KB
/
frame-6.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
body {
margin: 0;
line-height: normal;
}
.image-2-icon {
position: absolute;
top: 486px;
left: 796px;
width: 199px;
height: 292px;
object-fit: cover;
}
.frame-child {
position: absolute;
top: 76px;
left: 358px;
border-radius: var(--br-sm);
background-color: #ff6050;
width: 634px;
height: 708px;
opacity: 0.85;
}
.blood-group {
position: absolute;
top: 256px;
left: 469px;
font-weight: 300;
}
.frame-item {
position: absolute;
top: 309px;
left: 463px;
background-color: var(--color-gainsboro-100);
width: 396px;
height: 70px;
opacity: 0.85;
}
.group-child {
position: absolute;
top: 0;
left: 0;
background-color: #27b31b;
width: 244px;
height: 83px;
cursor: pointer;
}
.search {
position: absolute;
top: 26px;
left: 66px;
display: inline-block;
width: 112px;
height: 57px;
}
.rectangle-parent {
position: absolute;
top: 486px;
left: 552px;
width: 244px;
height: 83px;
color: var(--color-black);
}
.image-2-parent {
position: relative;
background-color: var(--color-white);
width: 100%;
height: 832px;
overflow: hidden;
text-align: left;
font-size: var(--font-size-6xl);
color: var(--color-white);
font-family: var(--font-josefin-sans);
}