运行 ❯
获取您
自己
的网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <head> <title>Page Title</title> <style> html, body { height: 100%; margin: 0; } .full-height { height: 100%; background: yellow; } </style> </head> <body> <div class="full-height">I am a DIV that will stretch to fit the whole width and height of the browser window!</div> </body> </html>