Intoduction :-
Hii Friends...
Today I am going to explain a new css style, actually its a part of css3. Css3 is the extended version of css. In css3 its has multiple types of borders, So i am going to introduces a border style.
Example :-
<div dir="ltr" style="text-align: left;" trbidi="on">
<style>
#para{
text-align:center;
padding:20px;
width:340px;
margin: 0 auto;
/* Set the border and border image properties */
border:30px solid transparent;
border-image:url(img/border.png) 30 30 round;
}
</style>
<br />
<div id="para">
Hello Welcome to DotNet Modules</div>
</div>
Hii Friends...
Today I am going to explain a new css style, actually its a part of css3. Css3 is the extended version of css. In css3 its has multiple types of borders, So i am going to introduces a border style.
DEMO:-
Hello Welcome to DotNet Modules
Example :-
<div dir="ltr" style="text-align: left;" trbidi="on">
<style>
#para{
text-align:center;
padding:20px;
width:340px;
margin: 0 auto;
/* Set the border and border image properties */
border:30px solid transparent;
border-image:url(img/border.png) 30 30 round;
}
</style>
<br />
<div id="para">
Hello Welcome to DotNet Modules</div>
</div>