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.
背景色のない Bootstrap Hero ユニットを作成する方法を教えてください。
CSS
.hero-unit{ background-color: rgba(0, 0, 0, 0); // use rgba and set Opacity to 0 for transparent. }
ワーキング JSFiddle