Skip to main content
Main Content

Some Slight Code Help?

Some Slight Code Help?
Posted 2021-06-14 16:38:37 (edited)

Hey, I'm just beginning to code some CSS for my den and profile page, starting with my den. But I've seem to have run into a bit of a hiccup? I'm currently trying to change the color of the large black navigation bar up top and the dark blue "Welcome back," status bar using the code below, but so far I see no changes using Stylus' live preview feature. Is there something wrong with my code?

.navbar-main {
    background-color: #283d37;
}
.navbar-status {
    background-color: #b1b1a2;
}



.:Nocturn:.
#18474

Posted 2021-06-17 18:48:30
Use #header .navbar-main and #header .navbar-status

fireflii
#757

Posted 2021-07-28 17:33:43
It's not working. ;--;

.:Nocturn:.
#18474

Posted 2021-07-28 18:05:39
Sorry, correction on the first one. But the second seems to work for me:

fireflii
#757

Search Topic