Skip to content

Commit 3ff7dc9

Browse files
authored
Update style.css
1 parent 3cec8f8 commit 3ff7dc9

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

style.css

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,35 @@ body {
22
font-family: Arial, sans-serif;
33
text-align: center;
44
margin: 50px;
5+
background-color: #f9f9f9;
56
}
67
.container {
7-
max-width: 400px;
8+
max-width: 500px;
89
margin: auto;
910
padding: 20px;
10-
border: 1px solid #ddd;
1111
border-radius: 10px;
12-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
12+
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
13+
background-color: #fff;
1314
}
1415
input, button {
1516
margin-top: 10px;
17+
padding: 10px;
18+
font-size: 16px;
19+
border: 1px solid #ddd;
20+
border-radius: 5px;
1621
}
1722
.file-info {
1823
margin-top: 10px;
24+
font-size: 14px;
25+
color: #555;
1926
}
2027
.download {
2128
display: none;
22-
margin-top: 10px;
29+
background-color: #28a745;
30+
color: white;
31+
border: none;
32+
cursor: pointer;
33+
}
34+
.download:hover {
35+
background-color: #218838;
2336
}

0 commit comments

Comments
 (0)