Microsoft Edge上的隐形渐变

时间:2017-02-13 16:02:21

标签: html5 css3

REALIZACJE部分,Microsoft Edge他认为它们是不可见的。你有个主意吗?非常感谢帮助伙计们!

网站链接:http://mariairzyk.pl/pliki/html/

我不知道我能改变什么,它会起作用:/

.re_prst {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 0px 27px 3px rgba(26, 26, 26, 0.1);
  float:left;
  padding-top: 40px;
  margin: 20px;
  top: 20px;
  width: 330px;
  height: 114px;
  z-index: 10;
}

.prst {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.box_oth {
  background-image: -moz-linear-gradient( 180deg, rgb(244,169,64) 0%, rgb(239,134,121) 100%);
  background: -webkit-linear-gradient( 180deg, rgb(244,169,64) 0%, rgb(239,134,121) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(244,169,64) 0%, rgb(239,134,121) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 0.8;
  z-index: 90;

}

0 个答案:

没有答案