コミック風のボタン 02
- RESULT
- HTML
- CSS
- コピー
<p class="msr_btn08"> <a href="#">button02</a> </p>
- コピー
.msr_btn08 a { background-color: #FFFFFF; border: 5px solid #000000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #000000; display: block; font-size: 13px; padding: 20px 20px 20px 30px; position: relative; text-align: center; text-decoration: none; transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out; width: 250px; } /* 黒の三角形 */ .msr_btn08 a:before { border: 6px solid transparent; border-left: 6px solid #000000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; content: ""; display: inline-block; height: 12px; left: 15px; margin:-6px 0 0; position: absolute; top: 50%; transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out; vertical-align: middle; width: 6px; } /* マウスオーバー */ .msr_btn08 a:hover { background-color: #000000; color: #FFFFFF; } .msr_btn08 a:hover:before { border-left: 6px solid #FFFFFF; }
検証済みブラウザ
- Edge
- FF
- chrome