摘要:
#yin-yang { width: 96px; box-sizing: content-box; height: 48px; background: #eee; border-color: red; border-style: solid; border-width: 2px 2px 50px 2 阅读全文
摘要:
左右锯齿 先写一个div例如<div class="sawtooth">你好。这是一个 div 元素。</div> 接着用纯css3写锯齿 .sawtooth { /* 相对定位,方便让before和after伪元素绝对定位偏移 */ position: relative; /* 把超出p的部分隐藏 阅读全文