Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: この CSS 三角形はどのように機能しますか?
あなたの提案が必要です。
例えば:
.arrow-right { width: 0; height: 0; border-top: 60px solid transparent; border-bottom: 60px solid transparent; border-left: 60px solid green; }
http://css-tricks.com/snippets/css/css-triangle/
CSSを使用して三角形を描画する方法については、こちらをご覧ください。次に例を示します。
CSSのトリックはここにあります