File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 font-family : Arial, sans-serif;
33 text-align : center;
44 margin : 50px ;
5+ background-color : # f9f9f9 ;
56}
67.container {
7- max-width : 400 px ;
8+ max-width : 500 px ;
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}
1415input , 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}
You can’t perform that action at this time.
0 commit comments