Transparent Bootstrap Panel

后端 未结 3 1285
轻奢々
轻奢々 2021-01-04 00:42

I have picked this free bootstrap theme, and my problem is that I want to create transparent panels, but when I set opacity: 0.8; the text in the panel, of cour

3条回答
  •  春和景丽
    2021-01-04 01:01

    Simply go for "bg-transparent" as mentioned in the link above; https://getbootstrap.com/docs/4.1/utilities/colors/

    Such;

    Panel primary

    Panel content

    And definitely be sure not to forget adding bootstrap.

提交回复
热议问题