diff --git a/.gitignore b/.gitignore index a360e4d75..1da5cb9f5 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,5 @@ Icon Network Trash Folder Temporary Items .apdisk + +.env diff --git a/build/css/styles.css b/build/css/styles.css index 68a79a569..c73aed84c 100644 --- a/build/css/styles.css +++ b/build/css/styles.css @@ -1,12 +1,44 @@ @include foundation-everything; main { - background: lightblue; + background: lightgrey; } header { - background-color: lightgreen; + background-color: darkblue; padding: 0.5rem; + color: white; + align-content: center; +} + +#to-the-right { + /*float: right;*/ + font-family: cursive; +} + +#word-to-search { + font-size: 2em; + color: darkblue; + font-style: italic; +} + +.search-movie { + float: right; + /*padding: 20px;*/ + /*margin: right 50px;*/ + margin: 20px; + +} + +.add-movie { + +} + +li { + font-size: 2em; + color: darkblue; + font-style: oblique; + font-family: fantasy; } #completed-checkbox { diff --git a/build/index.html b/build/index.html index 03869595f..602ed858b 100644 --- a/build/index.html +++ b/build/index.html @@ -1,15 +1,58 @@ -
- - - - -