Search
 
SCRIPT & CODE EXAMPLE
 

CSS

transparent circle in a div

div{
    position:relative;
    width:500px; height:200px;
    margin:0 auto;
    overflow:hidden;
}
div:after{
    content:'';
    position:absolute;
    left:175px; top:25px;
    border-radius:100%;
    width:150px; height:150px;
    box-shadow: 0px 0px 0px 2000px #E3DFD2;
}

body{background: url('https://farm9.staticflickr.com/8760/17195790401_ceeeafcddb_o.jpg');background-size:cover;}
Comment

transparent circle css

.carousel-indicators > li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border:2px solid white;
    background:white;
    color:white;
  }
Comment

PREVIOUS NEXT
Code Example
Css :: button style css 
Css :: selector css 
Css :: padding 
Css :: pading 
Css :: how change the text position 
Css :: gradient generator 
Css :: css font family for all titles 
Css :: css grid tutorial 
Css :: flex property in css 
Css :: css position 
Css :: faire rectangle qui prend toute la largeur css 
Css :: hide scroll bar for a dive 
Css :: select tag text align center 
Css :: set div tomiddle css 
Css :: combine text styles 
Css :: how to limit css to min max large screen size 
Css :: -webkit-animation css 
Css :: css opacité fond mais pas texte 
Css :: semi transparent btn 
Css :: constraint in grails 
Css :: wow animation run in multiple times at once 
Css :: block property in css 
Css :: css code for flash messages flask 
Css :: Styling based on parent state 
Css :: active css not working 
Css :: #shadow-root (open) css 
Css :: show text in one line css 
Css :: css file verlinken 
Css :: ie11 image stretching 
Css :: react stateful 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =