Add header image on the home page
This commit is contained in:
parent
7caf09852c
commit
0a8507401c
7 changed files with 44 additions and 11 deletions
26
static/css/index.css
Normal file
26
static/css/index.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
body {
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
#header {
|
||||
padding: 10vw 2rem;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
color: white;
|
||||
text-shadow: 1px 1px 2px gray;
|
||||
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.16), 0 1px 3px rgba(0,0,0,0.23);
|
||||
background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('/img/trianglify.svg');
|
||||
}
|
||||
|
||||
#headerContent {
|
||||
padding-top: 70px; /* account for nav bar */
|
||||
}
|
||||
|
||||
#header a {
|
||||
color: #a10022 !important;
|
||||
}
|
||||
|
||||
#title {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
--main-color: #3f51b5; /* R:63, G:82, B:181 */
|
||||
--main-dark-color: #002984;
|
||||
--main-light-color: #757de8;
|
||||
--accent-color: #FFC107;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue