2025年6月16日月曜日

[HTML, CSS]ボタンの背景を透明にする

先のエントリ、Mediumish Blogger TemplateのNavbar代替 で使ったやつ

HTML

<button class='button'><svg class='svgIcon-use' height='25' viewbox='0 0 25 25' width='25'><path d='M20.067 18.933l-4.157-4.157a6 6 0 1 0-.884.884l4.157 4.157a.624.624 0 1 0 .884-.884zM6.5 11c0-2.62 2.13-4.75 4.75-4.75S16 8.38 16 11s-2.13 4.75-4.75 4.75S6.5 13.62 6.5 11z'/></svg></button>

CSS

.button {
  background-color: transparent;
  border: none;
  padding: 0px 0px;
}
.button:focus {
  outline: none;
}

F(uriouz)

欲しいものリスト / 優先度の高いほしいものリスト / ☕を奢る
Donate 寄付 カンパ サポート Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
詳細プロフィールを表示

0 comments:

スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。

注: コメントを投稿できるのは、このブログのメンバーだけです。

...

Recent Posts

 
"The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."