bradley6597 commited on
Commit
9ec1c14
1 Parent(s): 9da3be7

Add css for to top button

Browse files
Files changed (1) hide show
  1. style.css +17 -1
style.css CHANGED
@@ -11,4 +11,20 @@ td img{
11
 
12
  background-size: 20px 20px;
13
  background-position: 0 0, 10px 0, 10px -10px, 0px 10px;
14
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  background-size: 20px 20px;
13
  background-position: 0 0, 10px 0, 10px -10px, 0px 10px;
14
+ }
15
+
16
+ #toTopBtn {
17
+ position: fixed;
18
+ bottom: 10px;
19
+ float: right;
20
+ right: 18.5%;
21
+ left: 77.25%;
22
+ height: 30px;
23
+ max-width: 100px;
24
+ width: 100%;
25
+ font-size: 12px;
26
+ border-color: rgba(217,24,120, .5);
27
+ background-color: rgba(35,153,249,.5);
28
+ padding: .5px;
29
+ border-radius: 4px;
30
+ }