Answers for "Placing a div on top of carousel"

0

Placing a div on top of carousel

.circle{
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0.8;
  border-radius: 100%;
  background-color: red;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 16;
  }
Posted by: Guest on October-01-2021

Code answers related to "Placing a div on top of carousel"

Browse Popular Code Answers by Language