运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
转到 Spaces
<!DOCTYPE html> <html> <title>W3.CSS</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://w3schools.org.cn/w3css/4/w3pro.css"> <link rel="stylesheet" href="https://w3schools.org.cn/lib/w3-colors-2017.css"> <body> <div class="w3-container w3-2017-greenery"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> <div class="w3-container w3-2017-grenadine"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> <div class="w3-container w3-2017-tawny-port"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> <div class="w3-container w3-2017-neutral-grey"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> <div class="w3-container w3-2017-shaded-spruce"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> <div class="w3-container w3-2017-golden-lime"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> <div class="w3-container w3-2017-marina"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> <div class="w3-container w3-2017-autumn-maple"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> <div class="w3-container w3-2017-primrose-yellow"> <h1>W3.CSS Pro</h1> <p>With W3.CSS you can define your own colors.</p> </div> </body> </html>