Skip to content

Instantly share code, notes, and snippets.

@yingtai
Created April 19, 2012 13:29
Show Gist options
  • Save yingtai/2420986 to your computer and use it in GitHub Desktop.
Save yingtai/2420986 to your computer and use it in GitHub Desktop.
speech
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<script src="draw.js" type="text/javascript"></script>
<link href="mine.css" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css">
<title>speak into it!</title>
</head>
<body>
<div>
<p><input name="speech" x-webkit-speech></p>
</div>
</body>
</html>
body {
background-color: #FFFFFF;
font: 30px sans-serif;
}
div {
width: 100%;
}
p {
margin: 0 auto;
}
input {
font-size: 36px;
display: block;
border: 5px #F0F solid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment