M
M
Mark2017-04-14 04:54:49
css
Mark, 2017-04-14 04:54:49

The gradient is displayed incorrectly, how to fix the blue color to white!?

<div class="header__info1 js-header-info1" style="margin: auto;width:96%;height:55px;background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(41,137,216,0.02) 52%, rgba(45,139,217,0) 53%, rgba(255,255,255,1) 100%); 
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(41,137,216,0.02) 52%,rgba(45,139,217,0) 53%,rgba(255,255,255,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(41,137,216,0.02) 52%,rgba(45,139,217,0) 53%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );">

On the poppy it is displayed incorrectly not (from white to transparent from transparent to white) as in chrome and other browsers, but (from white to transparent blue from transparent blue to white).
Please tell me what is wrong!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Radja7, 2017-04-14
@Mark54

ca50cf59c78e407cbb674ac328cc6155.jpg

K
Konstantin, 2017-04-14
@kostya_vtomske

Here is your blue rgba(41,137,216,0.02)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question