Text with drop shadow for now

This commit is contained in:
Michael Ball 2020-01-08 01:47:27 -08:00
parent e9b1086f13
commit 843bd60026
2 changed files with 7 additions and 2 deletions

View file

@ -32,11 +32,16 @@
padding-top: 100px;
padding-bottom: 100px;
.container {
#header {
#header-no-image {
background-color: rgba(224, 224, 224,.80);
padding-top: 20px;
padding-bottom: 20px;
}
#header-image {
color: #FFF;
text-shadow: 1px 1px 3px #ddd;
}
}
}