「テンプレート:未完成」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
7行目: | 7行目: | ||
height : 30px; | height : 30px; | ||
background : linear-gradient(to bottom, #ffffff, #9ca8b5); | background : linear-gradient(to bottom, #ffffff, #9ca8b5); | ||
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); vertical-align: middle; /* 中央寄せ */
} </style> </html>