drop food
Diff
index.html | 9 +--------
style.css | 7 -------
2 files changed, 1 insertion(+), 15 deletions(-)
@@ -17,7 +17,7 @@
<h1>!!Con Syncwatch | 26th August | Underline Center</h1>
<p>
You have a total of 11 (!!) points. Spread them among the talks that you'd like to see at the Syncwatch party. Please also remember to select your dietary preference before submitting the form.
You have a total of 11 (!!) points. Spread them among the talks that you'd like to see at the Syncwatch party.
</p>
</header>
@@ -30,13 +30,6 @@
method="POST"
data-netlify="true"
>
<label for=diet>Diet Preference</label>
<select name="diet">
<option disabled="disabled" selected="selected">Please Choose</option>
<option>Vegetarian</option>
<option>Non-Vegetarian</option>
</select>
<button id="submit-btn" disabled>Submit Votes</button>
<input type="hidden" name="data" id="submit-data" />
@@ -158,12 +158,5 @@
margin: 50px auto 0px auto;
}
form select {
width: 300px;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}
body, html { overflow-x:hidden; }