基于css的网站标签代码
.tag { display: inline-block; padding: 0.2em 0.6em 0.3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em; margin-right: 0.5em; } .tag-android { background-color: #3DDC84; } .tag-pc { background-color: #2196F3; } .tag-web { background-color: #FF9800; }
<span class="tag tag-web">网页</tag> <span class="tag tag-android">android</tag> <span class="tag tag-pc">pc</tag>
浙公网安备 33010602011771号