I'm building a website but for some reason my color: white
is not working.
The code which is not working:
.main-navbar-heading-2 {
position: absolute;
top: 5px;
left: 5px;
text-decoration: none;
color: white !important;
font-family: Raleway;
font-size: 1.3em;
}
My fiddle: https://jsfiddle.net/5rpy02er/