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.
ドロップダウン ナビゲーション バーを作成しており、display:block を含むアイテムを使用しています。display:block が変更している領域の角を丸くするにはどうすればよいですか?
それにa を適用border-radiusします。
border-radius
#block { display:block; border-radius: 10px; }
JSFiddle