15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
|
|
.divBtn {
|
|
position: absolute;
|
|
z-index: 100;
|
|
top: 50%;
|
|
left: 10px;
|
|
background-color: white;
|
|
border-radius: 5px;
|
|
width: 40px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
padding: 10px 5px;
|
|
border: 1px solid #80808061;
|
|
}
|