We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0d67d commit 5935479Copy full SHA for 5935479
1 file changed
style.css
@@ -0,0 +1,23 @@
1
+body {
2
+ font-family: Arial, sans-serif;
3
+ text-align: center;
4
+ margin: 50px;
5
+}
6
+.container {
7
+ max-width: 400px;
8
+ margin: auto;
9
+ padding: 20px;
10
+ border: 1px solid #ddd;
11
+ border-radius: 10px;
12
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
13
14
+input, button {
15
+ margin-top: 10px;
16
17
+.file-info {
18
19
20
+.download {
21
+ display: none;
22
23
0 commit comments