Table of Contents
Reply to the discussion (solution)
Home Web Front-end HTML Tutorial How to achieve html background color gradient? I use Google browser's _html/css_WEB-ITnose

How to achieve html background color gradient? I use Google browser's _html/css_WEB-ITnose

Jun 24, 2016 am 11:53 AM

background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #00F),color-stop(1, #F00)) This? But it remains unchanged