Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jahin07 authored Nov 14, 2016
1 parent 8a14302 commit c96eb08
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
box-sizing: inherit;
}
body {
background-color: #192837;
background-color: #3A4750;
font-family: "Titillium Web", Arial, sans-serif;
font-size: 20px;
margin: 0;
Expand Down Expand Up @@ -426,9 +426,28 @@
color: #7584A2;
padding: 1em;
}

h1 { color: #D8D8D8; font-family: 'Righteous', Bold; font-size: 65px; font-weight: normal; line-height: 60px; margin: 10px 0 20px; text-transform: uppercase; text-shadow: 2px 2px 0 #000, margin: 10px 0 24px; text-align: center; }

p{
bottom: 0;
position: fixed;
left: 0;
background-color: #126077;
border: 1px solid #3F7F93;
color: #A6CAE6;
font-family: "Titillium Web";
font-size: 16px;
line-height: 43px;
padding: 0 0.75em;
width: 400px;
-webkit-transition: all 0.35s ease-in;}

</style>
</head>
<body>
<br>
<h1>MECHY</h1>
<div class="container">
<input id="speech" type="text">
<button id="rec" class="btn">Speak</button>
Expand All @@ -446,5 +465,10 @@
</div>

<link href="https://fonts.googleapis.com/css?family=Titillium+Web:200" rel="stylesheet" type="text/css">
<p>
Ask things like:<br/>
My car is not starting.
</p>

</body>
</html>

0 comments on commit c96eb08

Please sign in to comment.