Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

transparent circle css

.carousel-indicators > li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border:2px solid white;
    background:white;
    color:white;
  }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #transparent #circle #css
ADD COMMENT
Topic
Name
8+1 =