13 lines
267 B
CSS
13 lines
267 B
CSS
.btn{
|
|
position:fixed;
|
|
right:20px;bottom:20px;
|
|
background:#1e293b;
|
|
color:#fff;border:none;
|
|
border-radius:999px;
|
|
width:44px;
|
|
height:44px;
|
|
font-size:20px;
|
|
cursor:pointer;
|
|
box-shadow:0 8px 20px rgba(2,6,23,0.2);
|
|
z-index:12000}
|