Files
2018-01-21 11:33:40 -08:00

171 lines
3.3 KiB
CSS

/* p.title */
/* background image */
/* "#00897B" */
/* subtitle */
/* button */
/* 603222874022-4msscrpqkgc4o8qn9ng3r0tetadcl69t.apps.googleusercontent.com
*/
/* NgVaidrQ8rG5uMhMKfPOv9QI */
html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
position: relative;
}
title {
color: blue;
}
body {
margin: 0;
padding: 0;
position: relative;
height: 100%;
width: 100%;
/*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: 100%;
}
p.title {
margin: 10;
padding: 0;
height: 120px;
width: 70%;
text-align: center;
position: absolute;
top: 12%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
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;
height: 100px;
width: 70%;
text-align: center;
position: absolute;
top: 212%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
font-family: 'Courier New';
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: #ECEFF1;
top:70%;
height: 150px;
width: 100%;
text-align: center;
position: fixed;
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;
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;
}