-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
128 lines (110 loc) · 1.87 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
header {
height: 100px;
line-height: 100px;
font-size: 50px;
margin-left: 30px;
font-family: Arial, Verdana, sans-serif
}
p {
font-family: Arial, Verdana, sans-serif;
padding: 12px;
text-align: left;
font-size: 20px;
}
section {
background-color: rgb(233, 243, 246);
height: 716px;
width: 1720px;
}
iframe {
border-color: rgb(83, 120, 157);
border-width: 2px;
border-style: groove;
position: absolute;
left: 850px;
top: 290px;
}
.column-1 {
background-color: rgb(238, 248, 250);
border-style: solid;
border-radius: 10px;
width: 30%;
height: 606px;
margin-left: 270px;
margin-top: 58px;
margin-bottom: 58px;
text-align: center;
}
.column-1 h2 {
margin-top: 30px;
}
.column-2 {
background-color: rgb(233, 243, 246);
width: 40%;
height: 676px;
margin-left: 20px;
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
.column-2 h2 {
margin-top: 100px;
}
.file {
margin-top: 10px;
background-color: aliceblue;
}
label {
position: absolute;
left: 900px;
}
.label-mp3 {
top: 520px;
}
.mp3File {
top: 520px;
}
.label-lyric {
top: 570px;
}
.textFile {
top: 570px;
}
input {
position: absolute;
left: 1260px;
}
.column-2 label {
font-size: 20px;
}
.next-btn {
position: relative;
left: 240px;
top: 450px;
width: 170px;
height: 50px;
font-size: 20px;
border-radius: 5px;
border-width: 1.5px;
background-color: rgb(188, 226, 255);
border-color: rgb(171, 219, 255);
color: rgb(39, 73, 132);
}
.img-block {
height: 300px;
margin: 10px;
}
.lyric {
height: 550px;
width: 900px;
background-color: rgb(223, 240, 255);
margin: 50px;
}
img {
height: 200px;
width: auto;
margin-top: 50px;
}
input[type='file'] {
color: rgba(0, 0, 0, 0)
}