CSS通过边框border-style来写小三角_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:19:12
CSS通过边框border-style来写小三角_html/css
CSS通过边框border-style来写小三角_html/css_WEB-ITnose: /*直接即可在浏览器验证*/ * { margin: 0; padding: 0; } /*盒子的样式*/ .box { position: relative; margin: 20px auto; height: 200px; width: 200px; background: rgba(0, 0, 0, 0.5); } /*利用
导读CSS通过边框border-style来写小三角_html/css_WEB-ITnose: /*直接即可在浏览器验证*/ * { margin: 0; padding: 0; } /*盒子的样式*/ .box { position: relative; margin: 20px auto; height: 200px; width: 200px; background: rgba(0, 0, 0, 0.5); } /*利用
CSS通过边框border-style来写小三角_html/css
CSS通过边框border-style来写小三角_html/css_WEB-ITnose: /*直接即可在浏览器验证*/ * { margin: 0; padding: 0; } /*盒子的样式*/ .box { position: relative; margin: 20px auto; height: 200px; width: 200px; background: rgba(0, 0, 0, 0.5); } /*利用