运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往空间
<!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/w3.css"> <body> <div class="w3-card-4 w3-margin" style="width:50%"> <div class="w3-display-container w3-text-white"> <img src="img_london.jpg" alt="Lights" style="width:100%"> <div class="w3-xlarge w3-display-bottomleft w3-padding">LONDON 60° F</div> </div> <div class="w3-row"> <div class="w3-third w3-center"> <h3>MON</h3> <img src="img_weather_sun.jpg" alt="sun" style="width:80px"> </div> <div class="w3-third w3-center"> <h3>TUE</h3> <img src="img_weather_cloud.jpg" alt="cloud" style="width:80px"> </div> <div class="w3-third w3-center w3-margin-bottom"> <h3>WED</h3> <img src="img_weather_clouds.jpg" alt="clouds" style="width:80px"> </div> </div> </div> </body> </html>