以下の内容はhttps://culage.hatenablog.com/entry/20160630/1467212400より取得しました。


cssのグラデーションは色ではなくイメージである

https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Using_CSS_gradients
だから、background-colorで指定しても効かず、background-imageで指定してやると効く。

<html>
<body>
<div style="width:100px; height:100px; background-image:linear-gradient(to bottom, #DDDDFF, #FFFFFF);">
test
</div>



以上の内容はhttps://culage.hatenablog.com/entry/20160630/1467212400より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14