Css3 has made a revolution in web designing. Many properties of css3 are very useful to make a website more attractive. One is box shadow. Before css3 we need to add images for show shadow. But now it is possible with css3 . Here is online free tool for creating box shadow and generate a clean css.
.boxShaddow{
height:100px;
width:100px;
margin:auto;
border:1px solid #000;
}.sli {
margin:10px;
}
.parent {
height:150px;
text-align: center;
...
Think Css3 Button Maker
.sli {
margin:10px;
}
.parent {
height:100px;
padding:20px;
text-align: center;
position: relative;
text-align: center;
margin-top:-40px;
}
.button {
background-color:red;
display:inline-block;
cursor: pointer;
top: 20px;
text-decoration:none;
}
.slider-parent-div{
width: 500px;
font-family: arial;
border:1px solid #d3d3d3;
} .slider-parent-div...
Subscribe to:
Posts (Atom)
IF you have any suggestions or any article then write in comments we will contact you.