S
S
Senseich2018-05-20 21:38:39
css
Senseich, 2018-05-20 21:38:39

What is a gradient generator with an angle and css import?

Hello! The question is actually that such a gradient has come across:

background-image: linear-gradient(279deg, #ed515f, #ff6f33);

I wanted to run it through colorzilla.com , there is a function for inserting css code, which then generates the rest of the prefixes, etc. But there you can not set an arbitrary angle of the gradient, so it remakes 279deg for me just a linear gradient from left to right.
Tell me, is there a service where you can set the angle and there is an import of css code? I did not find.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Ankhena, 2018-05-20
@Ankhena

Prefixes should be set with an autoprefixer, not a colorzilla. https://autoprefixer.github.io/en/

L
ljutaev, 2018-05-20
@ljutaev

Hi, try using the inspector to pick up the angle.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question