I am currently attempting to add a box shadow under my header, similar to the design featured in the project mockup at https://github.com/RaghavMangrola/the-brighton-times.
After trying to implement the following CSS property and value:
.header { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
I have not been successful in getting the desired box shadow effect to display.
Could someone please help me figure out what I might be doing wrong? Any suggestions or guidance are welcomed and appreciated. Thank you! :)