/* LOCAL BANNER */ /* The default banner background color is yellow. */ /* Edit the background hex code below to change the color. */ body::before { content: "Add your custom text here between these double quotes!"; display: inline-block; background: #FFFF00; text-align: center; width: 100%; font-weight: bold; } /* END local banner */