-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
40 lines (40 loc) · 805 Bytes
/
index.css
File metadata and controls
40 lines (40 loc) · 805 Bytes
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
.background {
position: absolute;
top: 0;
left: calc(50% - 174.5px);
border-radius: 23px;
background: linear-gradient(180deg, #e1c21e, rgba(240, 83, 168, 0));
width: 349px;
height: 447px;
}
.om-edited-logo-2023-09-22-1 {
position: absolute;
top: 9px;
left: calc(50% + 10.5px);
border-radius: 10px;
width: 162px;
height: 162px;
object-fit: cover;
}
.text-header {
position: absolute;
top: 9px;
left: calc(50% - 165.5px);
display: flex;
align-items: center;
justify-content: center;
width: 188px;
height: 53px;
mix-blend-mode: normal;
}
.iphone-14-15-pro-max-1 {
position: relative;
background-color: #fff;
width: 100%;
height: 643px;
overflow-y: auto;
text-align: center;
font-size: 21px;
color: #000;
font-family: var(--font-inconsolata);
}