Skip to content

Commit

Permalink
made the size of submit and reset button same
Browse files Browse the repository at this point in the history
  • Loading branch information
poswalsameer committed Feb 11, 2024
1 parent d950cbc commit 7ccb342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ <h3 id="form-elements">Form elements</h3>
<input type="checkbox" name="remember" id="remember" checked />
<label for="remember">Remember me</label>

<input type="submit" value="Submit" />
<input type="reset" value="Reset" />
<input type="submit" value="Submit" style="width: 7rem;"/>
<input type="reset" value="Reset" style="width: 7rem;"/>
</form>

<h3 id="code">Code</h3>
Expand Down

0 comments on commit 7ccb342

Please sign in to comment.