📝 代码查看
使用runcode.html页面

1
查看次数
2026-01-09
创建时间
2026-01-09
最后更新
<header><h1>cdsy.xyz</h1></header>
<main></main>
<footer>Footer Content — cdsy.xyz 2026</footer>
body {
  display: grid;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
}



header {
  background: lightpink;
  padding: 2rem;
}

main {
  background: coral;
}

footer {
  background: wheat;
  padding: 2rem;
  text-align: center;
}

body {
  font-family: system-ui, sans-serif;
}
暂无JavaScript代码

👁️ 实时预览