+ max-width

This commit is contained in:
tuxwarrior
2023-06-21 19:26:20 +00:00
parent c1f1477f53
commit 3332e883b7

View File

@@ -7,24 +7,24 @@
<input type="checkbox" name="botcheck" class="hidden" style="display: none;">
[name]:
<br>
<input type="text" style="width: 500px;" name="name" required>
<input type="text" style="width: 500px; max-width: 80%;" name="name" required>
<br>
<br>
[email]:
<br>
<input type="email" style="width: 500px;" name="email" required>
<input type="email" style="width: 500px; max-width: 80%;" name="email" required>
<br>
<br>
[JCON_1]
[phone]:
<br>
<input type="text" style="width: 500px;" name="phone number">
<input type="text" style="width: 500px; max-width: 80%;" name="phone number">
<br>
<br>
[1_JCON]
[message]:
<br>
<textarea name="message" maxlength="1000" style="width: 500px; height: 250px;" required></textarea>
<textarea name="message" maxlength="1000" style="width: 500px; max-width: 80%; height: 250px;" required></textarea>
<br>
<br>
<button type="submit">[send]</button>