-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
95 lines (95 loc) · 1.58 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.file-plus-icon {
position: absolute;
top: 10px;
left: 384px;
width: 32px;
height: 32px;
overflow: hidden;
}
.upload-your-file {
position: absolute;
top: 1px;
left: 10px;
font-size: var(--font-size-15xl);
font-weight: 300;
font-family: var(--font-poppins);
color: var(--color-white);
text-align: left;
}
.upload-file,
.upload-file-child {
background-color: transparent;
position: absolute;
width: 440px;
height: 52px;
}
.upload-file-child {
top: 0;
left: 0;
border: 1px dashed var(--color-white);
box-sizing: border-box;
}
.upload-file {
cursor: pointer;
border: 0;
padding: 0;
top: 647px;
left: 500px;
}
.file-image-icon {
position: absolute;
top: 325px;
left: 570px;
width: 300px;
height: 300px;
object-fit: cover;
}
.about,
.sign-in {
cursor: pointer;
border: 0;
padding: 0;
background-color: transparent;
position: absolute;
top: 62px;
left: 1207px;
font-size: var(--font-size-17xl);
font-family: var(--font-poppins);
color: var(--color-white);
text-align: left;
display: inline-block;
}
.about {
left: 1059px;
}
.name-child {
position: absolute;
top: 0;
left: 0;
width: 122px;
height: 124px;
object-fit: cover;
}
.name,
.probnet {
position: absolute;
top: 14px;
left: 122px;
}
.name {
top: 27px;
left: 33px;
width: 376px;
height: 124px;
}
.homepage {
position: relative;
background-color: var(--color-darkslategray);
width: 100%;
height: 1024px;
overflow: hidden;
text-align: left;
font-size: var(--font-size-45xl);
color: var(--color-white);
font-family: var(--font-poppins);
}