维科纳蒂 »
×
改变方向
在 Codepen 上打开
更改主题,深色/浅色
<!DOCTYPE html> <html> <style> div {height:50px;width:100%;} </style> <body> <h1>Сірий можна встановити, використовуючи рівні значення для всіх джерел світла</h1> <div style="background-color:#000000"></div> <div style="background-color:#404040"></div> <div style="background-color:#808080"></div> <div style="background-color:#c0c0c0"></div> <h1 style="color:#000000">Заголовок</h1> <h1 style="color:#404040">Заголовок</h1> <h1 style="color:#808080">Заголовок</h1> <h1 style="color:#c0c0c0">Заголовок</h1> </body> </html>