-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmac-book-air-27.css
67 lines (67 loc) · 1.11 KB
/
mac-book-air-27.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
body {
margin: 0;
line-height: normal;
}
.background-blood-13 {
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 910px;
object-fit: cover;
}
.macbook-air-27-child {
position: absolute;
top: 263px;
left: 230px;
background-color: var(--color-gainsboro-100);
width: 761px;
height: 176px;
}
.been-pregnant-or {
position: absolute;
top: 297px;
left: 243px;
font-size: var(--font-size-8xl);
color: var(--color-black);
}
.macbook-air-27-inner,
.macbook-air-27-item {
position: absolute;
top: 375px;
background-color: var(--color-mediumpurple);
width: 103px;
height: 41px;
}
.macbook-air-27-item {
left: 375px;
}
.macbook-air-27-inner {
left: 587px;
cursor: pointer;
}
.no2,
.yes2 {
position: absolute;
top: 375px;
display: inline-block;
width: 58px;
height: 28px;
}
.yes2 {
left: 406px;
}
.no2 {
left: 618px;
}
.macbook-air-27 {
position: relative;
background-color: var(--color-white);
width: 100%;
height: 797px;
overflow: hidden;
text-align: left;
font-size: var(--font-size-4xl);
color: var(--color-white);
font-family: var(--font-itim);
}