「テンプレート:未完成」の版間の差分

提供:gorosabaWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
1行目: 1行目:
<html><div class="box">未完成</div></html>
<html>
<div class="box">未完成</div>
<style type="text/css">
.box {
  margin      : auto;
  width        : 100%;
  height      : 50px;
  background  : linear-gradient(to bottom, #99ccff, #0059b3);
}
</style>
</html>

2024年4月27日 (土) 22:44時点における版

<html>

未完成

<style type="text/css"> .box {

 margin       : auto;
 width        : 100%;
 height       : 50px;
 background   : linear-gradient(to bottom, #99ccff, #0059b3);

} </style> </html>