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