h1 { color: rebeccapurple; box-shadow: 0 0 10px; } 另外一个就是Chrome浏览器下currentColor有bug,尤其iOS的Safari浏览器下,currentColorbug则更多,印象比较深的就是伪元素的background: currentColor在hover时候背景色不会跟随color变化。在currentColor的表现上,IE...
DarkGray#A9A9A9 DarkGreen#006400 DarkKhaki#BDB76B DarkMagenta#8B008B DarkOliveGreen#556B2F DarkOrange#FF8C00 DarkOrchid#9932CC DarkRed#8B0000 DarkSalmon#E9967A DarkSeaGreen#8FBC8F DarkSlateBlue#483D8B DarkSlateGray#2F4F4F DarkTurquoise#00CED1 ...
在可读性方面,没有什么比color: red更好。 这可能是不言而喻的,实际开发中140种颜色是不够的,通常不会使用命名的颜色在生产环境中。 看看这两种命名的颜色: “darkgray”实际上是比“gray”更浅的颜色? 这是因为140种命名的Web颜色来自不同的地方,包括HTML4规范,X11 Unix窗口系统等。这是一个不同调色板的...
使用实例 英文代码使用实例:<p style="color: red"> This is my font </p> HEX格式使用实例: <p style="color: #FFB6C1"> This is my
“darkgray”实际上是比“gray”更浅的颜色? 这是因为140种命名的Web颜色来自不同的地方,包括HTML4规范,X11 Unix窗口系统等。这是一个不同调色板的大杂烩,没有一个好的规范约束。 RGB 这是我们的第一个“真实的”颜色格式。以下是我们如何使用它:
DarkGray#A9A9A9 DarkGreen#006400 DarkKhaki#BDB76B DarkMagenta#8B008B DarkOliveGreen#556B2F DarkOrange#FF8C00 DarkOrchid#9932CC DarkRed#8B0000 DarkSalmon#E9967A DarkSeaGreen#8FBC8F DarkSlateBlue#483D8B DarkSlateGray#2F4F4F DarkTurquoise#00CED1 ...
gray/grey slategray/slategrey 虽然上面这些颜色关键字来自”X11颜色名”, 但是呢,具体的颜色表现值可能跟X11操作系统有些不一样,这往往跟制造商的硬件有关。 三、transparent关键字 color:transparent用来表示文字的颜色纯透明,transparent关键字可以近似认为是rgba(0,0,0,0)的缩写。
background-color: blue; } .nav{ margin: 0 auto; max-width: 800px; background-color: darkgray; height: 50px; } .content{ margin: 0 auto; max-width: 800px; height: 400px; background-color: aquamarine; } .footer{ margin: 0 auto; ...
darkgray / darkgrey darkslategray / darkslategrey dimgray / dimgrey lightgray / lightgrey lightslategray / lightslategrey gray / grey slategray / slategrey Though many keywords have been adapted from X11, their RGB values may differ from the corresponding color on X11 systems since ...
An HSL color value can be specified with the hsl method as: hsl(hue, saturation, lightness), where hue is a floating point number that specifies an angle of the color circle in degrees, while saturation and lightness are percentage values. 0% saturation means a shade of gray, 100% means...