「テンプレート:未完成」の版間の差分
ナビゲーションに移動
検索に移動
編集の要約なし |
編集の要約なし |
||
5行目: | 5行目: | ||
margin : auto; | margin : auto; | ||
width : 100%; | width : 100%; | ||
height : | height : 30px; | ||
background : linear-gradient(to bottom, # | background : linear-gradient(to bottom, #ffffff, #9ca8b5); | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
2024年4月27日 (土) 22:45時点における版
<html>
未完成
<style type="text/css"> .box {
margin : auto; width : 100%; height : 30px; background : linear-gradient(to bottom, #ffffff, #9ca8b5);
} </style> </html>