diff index.html @ 11:f445c3017523

new files
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Sun, 21 Apr 2013 11:16:23 +0200
parents 6840f77b83aa
children 80a9556123da
line wrap: on
line diff
--- a/index.html	Sun Apr 21 10:55:35 2013 +0200
+++ b/index.html	Sun Apr 21 11:16:23 2013 +0200
@@ -49,6 +49,10 @@
         .marketing p + h4 {
             margin-top: 28px;
         }
+        .input {
+            border: 1px solid #006;
+            background: #ffc;
+        }
     </style>
     <link href="css/bootstrap-responsive.css" rel="stylesheet">
 
@@ -77,15 +81,22 @@
     <div class="jumbotron">
         <h1>BrutalizeMe</h1>
 
-        <p class="lead">Do it</p>
+        <p class="lead">Rock it!</p>
 
     </div>
     <hr>
 
-    <form name="input" action="receiveinput" method="get">
-        Choose the music you want to brutalize: <input type="text" name="userinput" /><br />
-        <input type="submit" value="Submit" />
-    
+    <div style="margin:0 auto;width:75%;text-align:center">
+        <form name="input" action="receiveinput" method="get">
+            <input type="text" name="userinput" /><br />
+         <input type="submit" value="Submit" />
+    </div>
+    <div style="margin:0 auto;width:75%;text-align:center">
+        <form name="input" action="receiveinput" method="get">
+               <input style = font: type="file" name="userinput" /><br />
+         <input type="submit" value="Submit" />
+    </div>
+ 
     <hr>
 
     <div class="footer">