Color transparent css
Color Transparent
The following example is shown how to create color transaction and create a ball.Create a bubble using css
#demo-2 .bubble {
background:#F00;
border-radius:60px;
cursor:pointer;
height:75px;
margin:25px auto 0;
opacity:.8;
vertical-align:middle;
width:75px;
}
background:#F00;
border-radius:60px;
cursor:pointer;
height:75px;
margin:25px auto 0;
opacity:.8;
vertical-align:middle;
width:75px;
}
Example Program:- (Editor)
Output:-
Advertisement
Post a Comment for "Color transparent css"