How to change background color on jumbotron?

laurence keith albano

I have this html code:

<div class="jumbotron">
    <h1>Eye Of Heaven v3.0</h1>
</div>

I have tried this css code, it's not working and no effect. What's the proper way to apply it?

.jumbotron{
    background-color:##8A2BE2;
    text-align:center;
}
MatthieuLemoine

You made a typo mistake:

background-color: ##8A2BE2

instead of

background-color: #8A2BE2

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Jumbotron color and background won't change

From Dev

Jumbotron color and background won't change

From Dev

How to change UIBezierPath background color?

From Java

How to change background color of the snackbar?

From Java

How to change the background color of UIStackView?

From Dev

How to change the background color in Wordpress

From Dev

How to change the background color of a SFSafariViewController?

From Dev

How to change background color at JFrame

From Dev

How to change background color in ggvis?

From Dev

How to change the InfoWindow Background color

From Dev

how to change the background color of checkbox?

From Dev

How to change NSToolBar background color?

From Dev

How to change background color of UINavigationItem?

From Dev

How to change background color on condition

From Dev

how to change the background color of the datagrid

From Dev

How to change the background color of an image?

From Dev

How to change the background color of a button?

From Dev

How change background color of JFrame

From Dev

How to change the menu background color

From Dev

how to change the color of PopupMenu background

From Dev

CSS: How to change background color

From Dev

How to change the background color for tr

From Dev

How to change the background color of terminal emulator background?

From Dev

How to change the background color of terminal emulator background?

From Dev

how to change background color of Qwidget irrespective of its parents background color

From Dev

How to change full screen background color in safari

From Dev

How to change background color to transparent in gimp?

From Dev

How to gradually (animated) change background color in Spritekit?

From Dev

How to change TextView's background color dynamically?

Related Related

  1. 1

    Jumbotron color and background won't change

  2. 2

    Jumbotron color and background won't change

  3. 3

    How to change UIBezierPath background color?

  4. 4

    How to change background color of the snackbar?

  5. 5

    How to change the background color of UIStackView?

  6. 6

    How to change the background color in Wordpress

  7. 7

    How to change the background color of a SFSafariViewController?

  8. 8

    How to change background color at JFrame

  9. 9

    How to change background color in ggvis?

  10. 10

    How to change the InfoWindow Background color

  11. 11

    how to change the background color of checkbox?

  12. 12

    How to change NSToolBar background color?

  13. 13

    How to change background color of UINavigationItem?

  14. 14

    How to change background color on condition

  15. 15

    how to change the background color of the datagrid

  16. 16

    How to change the background color of an image?

  17. 17

    How to change the background color of a button?

  18. 18

    How change background color of JFrame

  19. 19

    How to change the menu background color

  20. 20

    how to change the color of PopupMenu background

  21. 21

    CSS: How to change background color

  22. 22

    How to change the background color for tr

  23. 23

    How to change the background color of terminal emulator background?

  24. 24

    How to change the background color of terminal emulator background?

  25. 25

    how to change background color of Qwidget irrespective of its parents background color

  26. 26

    How to change full screen background color in safari

  27. 27

    How to change background color to transparent in gimp?

  28. 28

    How to gradually (animated) change background color in Spritekit?

  29. 29

    How to change TextView's background color dynamically?

HotTag

Archive