CSSのボタンデザイン例(著作権フリー)
背景が白く、輪郭が青のボタン。著作権フリー。
button {
background: #3075e5;
border-radius: 2px;
color: #fff;
cursor: pointer;
font-size: 14px;
padding: 7px 0;
width: 64px;
}
ボタンは padding を設定しないと文字がつめられて表示される。border-radiusはボタンの角を丸くするもの。
CSSによる装飾
-
HTMLタグの中でclassを複数入れる
0
96
-
-
CSSのボタンデザイン例(著作権フリー)
0
192
-
-
-
-
-
-
-
-
-
-