Results 1 to 3 of 3
  1. #1
    Senior Member dennis123's Avatar
    Join Date
    Apr 2013
    Location
    Bangalore
    Posts
    3,627

    How Do You Make Border Rounded With CSS3?

    How Do You Make Border Rounded With CSS3?

  2. #2
    Senior Member
    Join Date
    Aug 2017
    Location
    India
    Posts
    128
    Yes, in CSS3, there is a <border-radius> property which allows creating an element with rounded corners. We can apply the same style to all the sides and make the corners round.

    The <border-radius> property has four individual properties <border-top-left-radius>, <border-top-right-radius>, <border-bottom-left-radius> and <border-bottom-right-radius>.

  3. #3
    Registered User
    Join Date
    Mar 2019
    Location
    Ahmedabad
    Posts
    180
    By border-radius any element can be given rounded corners.
    Following is the syntax :
    border-radius: 10px; or border-radius: 50%;
    where 0px for min and 100px for max rounded corners. And 50% for complete circle and using % is better than px.
    The border-radius property is shorthand property for the border-top-left-radius, border-top-right-radius, border-bottom-right-radius and border-bottom-left-radius properties.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.