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 :: border-width in percentage 
Css :: fallback value in css 
Css :: html color codes 
Css :: how to add bold in css 
Css :: css-loader 
Css :: how to give rgba in tailwind 
Css :: git apagar branch remoto 
Css :: https://www.youtube.com/s/desktop/f357c206/cssbin/www-main-desktop-watch-page-skeleton.css 
Css :: padding 
Css :: beautiful scrollbar css 
Css :: css button type 
Css :: avatar change design html css 
Css :: selectors combinators css 
Css :: accent-color 
Css :: display inline not alligned 
Css :: css all children of type 
Css :: css conflicting styles 
Css :: Css animated cross mark 
Css :: delete files with help of .getignore 
Css :: make all elements in a div share same css 
Css :: semi transparent btn 
Css :: css to exclude last row table 
Css :: qgraphicsscene get viewport width 
Css :: woocommerce product_cat apply to custom post type 
Css :: can i do an onclick menu with css alone 
Css :: Apply "small-caps" to an element 
Css :: empty rulesets css 
Css :: long text coming out of the block 
Css :: clamp(css) 
Css :: programming languages logo css 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =