Curve is not sticking to the extreme right to the page in react
问题 This is the image: Why the image in the container has not stuck to the extreme right of the container, even I have given float right or right:0 there is always a small gap in the right side of the container. It's an SVG image. or please anyone help me to design this curve using the clip-path method in CSS. HTML code: <div className="Container"> <div className="Img"> <img src={Curve} className="intersect" /> </div> </div> CSS code: .Container { height: 500px; position: relative; width: 100%; }