diff --git a/index.html b/index.html index f775dde..dfa1402 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,20 @@ + + + + + + + + + + + + + + diff --git a/main.css b/main.css index e1ecc78..36b9009 100644 --- a/main.css +++ b/main.css @@ -1,3 +1,13 @@ +/* p.title */ +/* background image */ +/* "#00897B" */ +/* subtitle */ +/* button */ + +/* 603222874022-4msscrpqkgc4o8qn9ng3r0tetadcl69t.apps.googleusercontent.com + */ + +/* NgVaidrQ8rG5uMhMKfPOv9QI */ html { margin: 0; padding: 0; @@ -11,26 +21,43 @@ title { body { margin: 0; padding: 0; - position: absolute; + position: relative; height: 100%; width: 100%; - background-image: url(pics/indexbg.jpg); + /*background-image: url(http://www.mulierchile.com/nike-running-wallpapers/nike-running-wallpapers-005.jpg);*/ + background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?auto=format&fit=crop&w=1950&q=80); + /*background-image: url('pics/indexbg.jpg');*/ background-repeat: no-repeat; background-size: cover; } - +div.navbar { + background: black; + width: 100%; + height: 50px; + color: white; + display: flex; + align-items: right; + justify-content: center; + padding-left: 425px; + position: absolute; +} +.navbar .item{ + color: white; + font-size: 35px; + margin-left: +} div.input { margin: 0; position: absolute; padding: 0; width: 100%; - height: 500px; + height: 100%; } p.title { - margin: 0; + margin: 10; padding: 0; - height: 100px; + height: 120px; width: 70%; text-align: center; position: absolute; @@ -38,10 +65,17 @@ p.title { left: 50%; margin-right: -50%; transform: translate(-50%, -50%); - font-family: 'Open Sans Condensed', sans-serif; - font-size: 150px; - color: papayawhip; + font-family: 'Unica One', cursive; + /*font-family: 'Open Sans Condensed', sans-serif;*/ + font-size: 200px; + /*color: #C0C0C0;*/ + color: white; + margin-top: 150px; + /*text-shadow: 0px 0px 2px #000;*/ + text-shadow: 2px 2px 4px #000000; } + + font.title { margin: 0; padding-top: 5px; @@ -57,33 +91,79 @@ font.title { font-size: 20px; color: yellow; } - +.subtitle{ + margin: 10; + padding: 0; + height: 35px; + text-align: center; + position: absolute; + top: 12%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + font-family: 'Contrail One', cursive; + /*font-family: 'Open Sans Condensed', sans-serif;*/ + font-size: 50px; + /*color: #546E7A;*/ + color: black !important; + margin-top:330px; + z-index: 10; +} +html, html a { + -webkit-font-smoothing: antialiased; + text-shadow: 1px 1px 1px rgba(0,0,0,0.004); +} +p.legibility { + text-rendering: optimizeLegibility; +} +p.speed { + text-rendering: optimizeSpeed; +} +body { + text-rendering: optimizeLegibility; +} p.inputs { color: dimgray; margin: 0; padding: 5px; border-radius: 8px; - background-color: papayawhip; - height: 110px; + background-color: #ECEFF1; + + top:70%; + + height: 150px; width: 100%; text-align: center; position: fixed; - - top: 70%; + bottom: 0; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); font-family: 'Open Sans Condensed', sans-serif; + box-shadow: 3px 3px 2px #888888; vertical-align: middle; - line-height: 50px; + font-size: 40px; } - +#googol{ + position: relative; + left: 45%; + top: 90%; + color: white; +} +#begin{ + color: white; + font-size: 25px; +} +.nav { + position: fixed; + top: 0; + background-color: blue; +} button { padding: 0; border: none; background-color: none; - } button:hover { border: none;