0

Im trying to figure out how to solve this but i couldn't find a good option for .

Im trying to describe my problem with 2 pictures. Im here to learn. Negative reputation doesn't help without saying anything :).

can i do this with pure css or bootstrap??

Also want it responsive.

First picture

Second Picture

Dtrx
  • 3
  • 5
  • Yes, you can do that with pure CSS. Have you tried anything? :) – Obsidian Age Feb 26 '18 at 03:55
  • Actually i dont know what i am looking for thats my problem :/ want it to be responsive also. – Dtrx Feb 26 '18 at 03:56
  • You'd want to make use of `overflow` and `transform`, along with absolute-positioning. I'm a little light on time unfortunately, but [**here**](https://stackoverflow.com/a/28854907/2341603) is a good example to get you started :) – Obsidian Age Feb 26 '18 at 03:59

1 Answers1

0

Yes, It is possible with pure CSS. In CSS you have to use :After & :Before for making shapes that you have mentioned. For making it responsive simply use Flex-box grid.

RishabhM
  • 16
  • 1