使用したhtml
生成したCSS
<style type="text/css">
/* --- 格子グラデーション背景 ----------------------------- */
.box {
max-width : 250px;
height : 250px;
/* チェックパターンのCSS */
background-color : rgba(255, 255, 255, 0.60);
background-image :
linear-gradient(to right,
rgba(255, 0, 0, 0.00) 0%,
rgba(255, 0, 0, 0.00) 16.7%,
rgba(255, 0, 0, 0.200) 16.7%,
rgba(255, 0, 0, 0.200) 33.3%,
rgba(255, 0, 0, 0.300) 33.3%,
rgba(255, 0, 0, 0.300) 50%,
rgba(255, 0, 0, 0.400) 50%,
rgba(255, 0, 0, 0.400) 66.7%,
rgba(255, 0, 0, 0.500) 66.7%,
rgba(255, 0, 0, 0.500) 83.3%,
rgba(255, 0, 0, 0.600) 83.3%,
rgba(255, 0, 0, 0.600) 100%),
linear-gradient(to bottom,
rgba(255, 0, 0, 0.00) 0%,
rgba(255, 0, 0, 0.00) 16.7%,
rgba(255, 0, 0, 0.200) 16.7%,
rgba(255, 0, 0, 0.200) 33.3%,
rgba(255, 0, 0, 0.300) 33.3%,
rgba(255, 0, 0, 0.300) 50%,
rgba(255, 0, 0, 0.400) 50%,
rgba(255, 0, 0, 0.400) 66.7%,
rgba(255, 0, 0, 0.500) 66.7%,
rgba(255, 0, 0, 0.500) 83.3%,
rgba(255, 0, 0, 0.600) 83.3%,
rgba(255, 0, 0, 0.600) 100%);
}
</style>