🏡 index : github.com/captn3m0/bang-bang-vote.git

author Nemo <commits@captnemo.in> 2024-08-25 22:30:10.0 +05:30:00
committer Nemo <commits@captnemo.in> 2024-08-25 22:30:10.0 +05:30:00
commit
6a37c68dea3f04aad7ef7134b2ab80d2c52f6bff [patch]
tree
4a26178b177ab5931bfe400f62d450a709a40ab4
parent
7906a62572393c45b97e20a2c3395062663a4c57
download
6a37c68dea3f04aad7ef7134b2ab80d2c52f6bff.tar.gz

drop food



Diff

 index.html |  9 +--------
 style.css  |  7 -------
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/index.html b/index.html
index 89cf493..200d7a5 100644
--- a/index.html
+++ a/index.html
@@ -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" />
diff --git a/style.css b/style.css
index df78bfe..afdbabf 100644
--- a/style.css
+++ a/style.css
@@ -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; }