Saturday 1 August 2015

[Web-development (jquery)] Rounded corner CSS3 without images

Rounded corner CSS3 without imagesRounded corner CSS3 without images

This technique will work in Firefox, Safari, Chrome and any other CSS3-compatible browser. This technique will not work in Internet Explorer.




<style>
body {
font-family: tahoma;
}
div {
width:400px;
height:25px;
background-color:#DCECCC;
border: 2px solid #89B45A;
padding: 5px;
}
#div1 {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#div2 {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
}
#div3 {
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}
</style>



DIV with all corners rounded




DIV with top left corner rounded




DIV with bottom right corner rounded



Demo

http://creativedesign-mind.com/r-ednalan/demo/round_corner_css3.html

source : http://tutorial101.blogspot.com, http://instagram.com, http://lintas.me

No comments:

Post a Comment

Contact Us

Name

Email *

Message *

All content at imdelgado fasion style was found freely distributed on the internet and is presented for informational purposes only.
Images / photos / videos found in this site reserved by its respective owners.
We does not upload or host any files.
Home | DMCA | Contact