字體:小 中 大 | |
|
|
2015/03/24 18:27:40瀏覽187|回應0|推薦0 | |
<style type="text/css"> div{ border: 1px solid #000; height: 200px; width: 200px; } .g12{ background:repeating-radial-gradient(#F00,#F60 20%);/*重複*/ } </style> </head> <body> <div class="g12"> g12重複</div> </body> |
|
( 知識學習|隨堂筆記 ) |