Aymanshafei (Talk | contribs) |
Aymanshafei (Talk | contribs) |
||
Line 15: | Line 15: | ||
background: rgba(255,255,255, 0.3) !important; | background: rgba(255,255,255, 0.3) !important; | ||
} | } | ||
− | + | #myBtn { | |
+ | display: none; | ||
+ | position: fixed; | ||
+ | bottom: 20px; | ||
+ | right: 10px; | ||
+ | z-index: 99; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | background-color: red; | ||
+ | color: #fff; | ||
+ | cursor: pointer; | ||
+ | padding: 5px 10px 5px 10px; | ||
+ | border-radius: 10px; | ||
+ | } | ||
.buttons { | .buttons { | ||
display: table; | display: table; |
Revision as of 12:19, 27 October 2017
Abstract