2
I need to do a background like that of the image, I was able to do both sides using the transform: skew()
, But I need to do it on the right side as in the image!
I appreciate the help!!
mine is so I need to leave as in the image above.
code I used to make:
<div style="" class="col-lg-3 col-md-3 col-sm-4 col-xs-6">
<p>PRÊMIOS EM DESTAQUE</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-4 col-xs-6" style="padding: 2px; background-color: #e9670e; top: 51px"></div>
div{
padding-top: 10px;
background-color: #e9670e;
top: 15px; color: white
}
What you have so far?
– PauloHDSousa
Can’t do this effect with border? then you can only do one side.
– Tiago P.C
Paul edited the question and put what I have so far.
– Murilo Souza
Where’s the CSS that does the effect ?
– Diego Souza
Ta no style, I’ll put it separately
– Murilo Souza
Jeez... but then it won’t work anyway. You have to create a
class
and call in the element. That’s good practice. Using CSS INLINE is not good practice unless it’s for emails.– Diego Souza
I updated my post.
– Diego Souza