update
This commit is contained in:
parent
9e96fac3bf
commit
a02e13cd49
@ -390,9 +390,12 @@
|
||||
<input type="radio" class="option-input radio" name="fun" value="N">
|
||||
<b>Neither is Fun</b>
|
||||
</label>
|
||||
<button type="submit" value="submit" class="cirButton" style="position: relative ; right: 25vw; font-weight: bold;">Submit</button>
|
||||
|
||||
|
||||
</div>
|
||||
<button type="submit" value="submit" class="cirButton" style=" position: relative;
|
||||
font-weight: bold;
|
||||
width: 60%;
|
||||
">Submit</button>
|
||||
|
||||
|
||||
|
||||
|
@ -381,7 +381,10 @@
|
||||
}
|
||||
</script>
|
||||
<br>
|
||||
<button onclick="postOrder()" class="cirButton" style="position: relative ; right: 25vw; font-weight: bold;left: 0vw;width: 460px;" >Submit</button>
|
||||
<button onclick="postOrder()" class="cirButton" style=" position: relative;
|
||||
font-weight: bold;
|
||||
width: 40%;
|
||||
" >Submit</button>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user