Skip to content

Commit 0f91a98

Browse files
committed
edit
1 parent 4481a1a commit 0f91a98

File tree

1 file changed

+5
-36
lines changed

1 file changed

+5
-36
lines changed

front-end/upload_success.html

+5-36
Original file line numberDiff line numberDiff line change
@@ -23,52 +23,21 @@
2323
background-color: #f1f1f1;
2424
}
2525

26-
h1 {
27-
margin-bottom: 20px;
28-
display: flex;
29-
justify-content: center;
26+
p {
27+
margin-bottom: .5em;
3028
}
3129

3230
form {
33-
display: flex;
34-
flex-direction: column;
35-
align-items: center;
36-
justify-content: center;
37-
padding: 50px;
31+
padding: .2em;
3832
border: 1px solid #ccc;
3933
border-radius: 5px;
4034
background-color: #fff;
4135
}
42-
label {
43-
padding: 0px;
44-
color: #25415f;
45-
}
46-
47-
input {
48-
display: flex;
49-
justify-content: center;
50-
padding: 10px;
51-
margin: 10px 0;
52-
border: 1px solid #ccc;
53-
border-radius: 5px;
54-
width: 100%;
55-
}
56-
57-
input[type="file"] {
58-
margin: 10px 0;
59-
padding: 10px;
60-
}
61-
input[type="submit"] {
62-
padding: 10px 20px;
63-
border: none;
64-
border-radius: 5px;
65-
background-color: #007bff;
66-
color: #fff;
67-
cursor: pointer;
68-
}
6936

7037
h1{
7138
color: green;
39+
margin-bottom: 20px;
40+
7241
}
7342
a {
7443
margin: .4em;

0 commit comments

Comments
 (0)