diff --git a/build/css/styles.css b/build/css/styles.css index 68a79a569..301d99808 100644 --- a/build/css/styles.css +++ b/build/css/styles.css @@ -1,12 +1,21 @@ @include foundation-everything; +@import url('https://fonts.googleapis.com/css?family=Monoton'); + main { background: lightblue; } header { - background-color: lightgreen; + background-color: #4183D7; padding: 0.5rem; + height: 100px; +} + +footer { + background-color: #4183D7; + color: #F7CA18; + font-family: 'Monoton', cursive; } #completed-checkbox { @@ -42,3 +51,38 @@ div { border-style: solid; } */ + +#add-button { + /*float: right;*/ +} + +.rental, .movie-db { + text-align: center; +} + + +.title-card { + display: inline-block; + margin: 25px; + height: 300px; + width: 250px; +} +header h1 { + float: left; + font-family: 'Monoton', cursive; + color: #F7CA18; +} + +#rental-library, #search, #search-button { + float: right; + margin: 20px; +} + +#search { + width: 300px; +} + +.button { + background-color: #F7CA18; + color: #4183D7; +} diff --git a/build/index.html b/build/index.html index 03869595f..d1ec13303 100644 --- a/build/index.html +++ b/build/index.html @@ -1,15 +1,62 @@ -
- - - - -