PSNbst commited on
Commit
566b7d5
·
verified ·
1 Parent(s): f66f6d4

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
style.css CHANGED
@@ -16,6 +16,10 @@
16
  width: calc(100% - 20px);
17
  background-color: orange;
18
  color: white;
 
 
 
 
19
  }
20
 
21
  #download-zip {
@@ -25,4 +29,8 @@
25
  width: calc(100% - 20px);
26
  background-color: blue;
27
  color: white;
 
 
 
 
28
  }
 
16
  width: calc(100% - 20px);
17
  background-color: orange;
18
  color: white;
19
+ font-size: 16px;
20
+ border-radius: 5px;
21
+ border: none;
22
+ padding: 10px;
23
  }
24
 
25
  #download-zip {
 
29
  width: calc(100% - 20px);
30
  background-color: blue;
31
  color: white;
32
+ font-size: 16px;
33
+ border-radius: 5px;
34
+ border: none;
35
+ padding: 10px;
36
  }