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.
画像なしでこのような要素に影を付けるにはどうすればよいですか?
CSS3 のbox-shadowプロパティを使用できます。
.my-box{ box-shadow: 0 0 4px #333333; }