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.
上のボタンのインセット効果が欲しいです。「テキスト」キャンセルはタイプが押されたようです。オンラインで入手できる多くの例を試しましたが、白い背景の例はありません。
この効果を得るために私を助けてください。
前もって感謝します!!
このtext-shadowプロパティを使用すると、目的の微妙な効果を得ることができるはずです。
text-shadow
text-shadow: 0 -1px 0 #888;
jsfiddleの非常に基本的な例を参照してください。