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.
オブジェクトの境界線を使用しています。お気に入り
.box{ border-left:solid 1px #000; border-right:solid 1px #000; border-bottom:solid 1px #000; width:50px; height:50px; }
これを速記で書けますか?
これにより、1行だけ節約できます。
border: 1px solid #000; border-top: 0;