-1

I want white section and background image section in same row. Like attached image enter image description here

Miuranga
  • 2,463
  • 10
  • 51
  • 81
Magnesh
  • 15
  • 3
  • Try to provide the jsfiddle or codepen link – SESN Nov 08 '16 at 06:31
  • Similar questions: [Two-tone background split by diagonal line using css](http://stackoverflow.com/questions/14739162/two-tone-background-split-by-diagonal-line-using-css), [html -split a page into desired shapes as divs?](http://stackoverflow.com/questions/13657484/html-split-a-page-into-desired-shapes-as-divs). – user2314737 Nov 08 '16 at 07:55

1 Answers1

1

You can use clip path property in CSS. For more Info Refer this article:

https://css-tricks.com/clipping-masking-css/

SESN
  • 1,275
  • 13
  • 22