4
所以我做了這樣的在Photoshop簡單的東西爲我的頭: http://i.imgur.com/U4GYzFV.pngCSS徑向梯度?
,我一直在做關於CSS徑向漸變的研究,我發現怎麼到了這一點,但我不知道如何調整它使其看起來更像photoshop。
任何幫助,將不勝感激!
#header {
\t height: 220px;
\t width: 100%;
\t background-image:
\t radial-gradient(
\t circle closest-side,
\t #6fa5d9,
\t #51789d
\t);
}
<header id="header"></header>
感謝你,成功了!除了「圓」而不是「橢圓」在中心 – user4340635