-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmac-book-air-23.css
71 lines (71 loc) · 1.18 KB
/
mac-book-air-23.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
body {
margin: 0;
line-height: normal;
}
.background-blood-12 {
position: absolute;
top: 0;
left: 0;
width: 1280px;
height: 910px;
object-fit: cover;
}
.macbook-air-23-child {
position: absolute;
top: 263px;
left: 230px;
background-color: var(--color-gainsboro-100);
width: 761px;
height: 176px;
}
.low-in-iron {
position: absolute;
top: 293px;
left: 262px;
font-size: var(--font-size-8xl);
color: var(--color-black);
display: inline-block;
width: 684px;
height: 58px;
}
.macbook-air-23-inner,
.macbook-air-23-item {
position: absolute;
top: 375px;
background-color: var(--color-mediumpurple);
width: 103px;
height: 41px;
}
.macbook-air-23-item {
left: 375px;
cursor: pointer;
}
.macbook-air-23-inner {
left: 587px;
}
.no1,
.yes1 {
position: absolute;
top: 375px;
display: inline-block;
width: 58px;
height: 28px;
}
.yes1 {
left: 406px;
}
.no1 {
left: 618px;
cursor: pointer;
}
.macbook-air-23 {
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);
}