diff --git a/frontend/static/css/fic.css b/frontend/static/css/fic.css index 4cb2101a..5143eaea 100644 --- a/frontend/static/css/fic.css +++ b/frontend/static/css/fic.css @@ -324,3 +324,38 @@ img { .carousel-item, .carousel-caption { height: inherit; } + +.page-header { + background-size: cover; + background-position: center; + margin-bottom: -15rem; +} +.page-header h1 { + text-shadow: 0 0 5px rgba(255,255,255,0.9) +} +.page-header h1, .page-header h1 a { + color: black; +} +.page-header h1 a:hover { + text-decoration: none; +} +.page-header h2 { + font-size: 100%; + text-shadow: 1px 1px 1px rgba(0,0,0,0.9) +} +.page-header h2, .page-header h2 a { + color: #4eaee6; +} +.page-header h1 { + padding-top: 4rem; + text-align: center; +} +.page-header h2 { + padding-bottom: 14rem; + text-align: center; +} + +.page-header .headerfade { + background: linear-gradient(transparent 0%, rgb(233,236,239) 100%); + height: 3rem; +} diff --git a/frontend/static/index.html b/frontend/static/index.html index baeb5682..76824638 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -123,10 +123,17 @@ -