CSS3 渐变出现锯齿如何消除,为什么会出现锯齿?
伊谢尔伦
伊谢尔伦 2017-04-17 11:50:09
0
1
775
css

.wrap {
            width: 600px;
            height: 300px;
            margin:  60px auto;
            background: linear-gradient(to bottom right, #e9e7df 50%, #ffffff 50%);
        }
html 

<p class="wrap" id="we">

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
左手右手慢动作

It may be due to the rendering core of your browser. I enlarged the page to 500% in the latest version of Chrome on MAC without any aliasing. You can try switching to the latest Chrome. There may be some rendering issues with older browsers

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template