Radius Of Border

Copy

    div {
      width: 300px;
      height: 300px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }