[CSS]spaceで背景画像の間にスペースで繰り返しを指定する
書式
background: url(./img/xxx) space;
使用例
<style> .cft { background: url(./img/test.png) space; height: 150px; width: 250px; border: 1px solid #000; } </style> <div class="cft"></div>
Coding Changes the World
書式
background: url(./img/xxx) space;
使用例
<style> .cft { background: url(./img/test.png) space; height: 150px; width: 250px; border: 1px solid #000; } </style> <div class="cft"></div>