forked from lucaspatenaude/ScoreSpot
12 lines
227 B
CSS
12 lines
227 B
CSS
#navigation-bar-container {
|
|
background-color: hsl(0, 98%, 40%);
|
|
|
|
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.sticky {
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 1000; /* Adjust as needed */
|
|
} |