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

提供:gorosabaWiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
1行目: 1行目:
<html>
<html>
<div class="box">未完成</div>
<div class="box"><p class="moji">未完成<></div>
<style type="text/css">
<style type="text/css">
.box {
.box {
7行目: 7行目:
   height      : 30px;
   height      : 30px;
   background  : linear-gradient(to bottom, #ffffff, #9ca8b5);
   background  : linear-gradient(to bottom, #ffffff, #9ca8b5);
}
.moji{
     vertical-align:  middle;    /* 中央寄せ */
     vertical-align:  middle;    /* 中央寄せ */
}
}
</style>
</style>
</html>
</html>

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

<html>

未完成<>

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

 margin       : auto;
 width        : 100%;
 height       : 30px;
 background   : linear-gradient(to bottom, #ffffff, #9ca8b5);

} .moji{

   vertical-align:  middle;    /* 中央寄せ */

} </style> </html>