Add a Shadow to the Header
Create depth on the navigation header with this CSS code:
/* Header Shadow */
header#header {
box-shadow: 3px 4px 5px rgba(0,0,0,0.5);
}
Create depth on the navigation header with this CSS code:
/* Header Shadow */
header#header {
box-shadow: 3px 4px 5px rgba(0,0,0,0.5);
}