Home Forums CSS How to change a box rounded only from left and right side

Viewing 2 reply threads
  • Author
    Posts
    • #98
      avi
      Participant

      I want to change a div border-radius rounded only from left and right side
      Like this :

      image

    • #99
      avneesh
      Participant

      Add this CSS in your div : –
      border-radius: 999px;

    • #100
      sumit
      Participant

      use
      border-radius: 999px;

Viewing 2 reply threads
  • You must be logged in to reply to this topic.
Scroll to Top