What is the use of border-bottom-left-radius style property in Dot Net?

 Posted by vishalneeraj-24503 on 5/6/2014 | Category: ASP.NET Interview questions | Views: 1095 | Points: 40
Answer:

border-bottom-left-radius style property is an in-built which is used for adding a rounded border to the bottom-left corner of a Div element.

On the other hand,the border-bottom-left-radius property defines the shape of the border of the bottom-left corner.

For Example:-
<style> 

div
{
border-bottom-left-radius:5em;
}

<div>Dot Net Funda Dot Com</div>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response