Changes
From Shining Moon Wikipedia
289 bytes added
, 14:55, 15 November 2020
| Line 1: |
Line 1: |
| | @import url("https://fonts.googleapis.com/css?family=Redressed"); | | @import url("https://fonts.googleapis.com/css?family=Redressed"); |
| | + | |
| | + | #myBtn { |
| | + | display: none; |
| | + | position: fixed; |
| | + | bottom: 20px; |
| | + | right: 30px; |
| | + | z-index: 99; |
| | + | font-size: 18px; |
| | + | border: none; |
| | + | outline: none; |
| | + | background-color: red; |
| | + | color: white; |
| | + | cursor: pointer; |
| | + | padding: 15px; |
| | + | border-radius: 4px; |
| | + | } |
| | + | |
| | + | #myBtn:hover { |
| | + | background-color: #555; |
| | + | } |
| | | | |
| | .toc-btf { | | .toc-btf { |