I have a little problem for converting a photoshop design to css :
desired effect : (done with photosohp, drop shadow
+ motion blur effect
)
css for current effect :
.horizontal_separator {
height: 1px;
display : block;
border: 0;
border-top: 1px solid #100f0b;
margin: 1em 0;
padding 0;
box-shadow: 0px -1px 0px #2c2626;
}
2
Answers
@karim I’ve created a fiddle please check https://jsfiddle.net/3kn7vxk1/2/
}
You could use css gradients to achieve this. heres a JSFiddle
With your css being: