I am working on a one page html page below design (this is simplified version on main design. the main design is here ).
As you see there are three section (or more) that created by a div(or any other block-level element).
The bottom edge of each div is made of three connected line (two of them are diagonal and another is solid).
In each section can insert any html content and background-color of them is not specified and can different.
I searched many on the web and found that to create clipped div(box) should I use clip-path
new css property. that's awesome for this purpose but it is very new and some of browsers (in their older versions) and IE (that is important for me) does not supported.
Even, by Clippy tools, I created a simple design of a section that you can see on CodePen.
Can I use SVG to make this scheme if yes, how?
Can anyone help me that How can I design this scheme where been supported in major browsers.
Update: I change the design picture for More clarity