Answers for "Fixed Button With 100%"

0

Fixed Button With 100%

.fixedBtn {
  position: fixed;
  bottom: 0px;
  left: 0px;
  text-align: center;
  z-index: 1000;
  border-radius: 0;
  padding: 5px;
}
Posted by: Guest on April-18-2022

Browse Popular Code Answers by Language