skip to Main Content

Html – Make right side of li a triangle

I have the following HTML defined: <ul class="steps d-flex"> <li class="step">Basic Details<div class="triangle triangle-right"></div></li> </ul> With the following CSS: .steps li { @extend .text-center; position: relative; overflow: hidden; flex: 1 1; align-items: center; justify-content: center; background: $grey-600; } It looks…

VIEW QUESTION

How to use html/css in react/bootstrap?

How to use code of html/css in react/bootstrap? Code in react js using bootstrap How to use components and props? It is showing errors even after installing bootstrap. Can we use html/css code directly into react files into different folder..…

VIEW QUESTION
Back To Top
Search