Skip to content

Commit 5935479

Browse files
authored
Create style.css
1 parent fb0d67d commit 5935479

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

style.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
margin-top: 10px;
19+
}
20+
.download {
21+
display: none;
22+
margin-top: 10px;
23+
}

0 commit comments

Comments
 (0)