css 显示内联CSS突出显示的示例
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 显示内联CSS突出显示的示例相关的知识,希望对你有一定的参考价值。
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
<style>
.palette {
word-spacing: -.3em;
}
.palette > div {
display: inline-block;
padding: 20px;
text-align: center;
background: silver linear-gradient(hsla(0,0%,100%,.5), transparent);
}
.palette > div:before {
content: 'Text'
}
</style>
<div class="palette">
<div style="background-color: orange"></div>
<div style="background-color: rgb(111, 219, 160)"></div>
<div style="background-color: hsl(220,60%,80%)"></div>
<div></div>
<div style="background-color: indianred"></div>
<div style="background-color: rgb(68, 219, 216)"></div>
<div style="background-color: lavender"></div>
<div style="background-color: rgb(223, 198, 89)"></div>
</div>
/**
* Example to show off inline CSS highlighting
*/
以上是关于css 显示内联CSS突出显示的示例的主要内容,如果未能解决你的问题,请参考以下文章
使用 HTML/CSS 覆盖浏览器表单填充和输入突出显示
如何通过 CSS 突出显示 Java 代码?
IE11 CSS显示内联块在flexbox内溢出
如何使用webdriver(python)从css(非内联)中按样式选择元素
CSS显示:内联与内联块[重复]
css CSS:显示:IE7的内联块黑客攻击