Skip to content

Commit

Permalink
style: change button order
Browse files Browse the repository at this point in the history
Change the order of the buttons in output section
  • Loading branch information
Dev-Totti committed Feb 11, 2024
1 parent b5e3abf commit b60a67b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@
readonly
></textarea>
<div id="buttons-output">
<input
type="submit"
value="Limpiar"
class="btn btn-clean"
id="btn-clean"
onclick="clearText()"
/>
<input
type="submit"
value="Copiar"
class="btn btn-copy"
id="btn-copy"
onclick="copyText()"
/>
<input
type="submit"
value="Limpiar"
class="btn btn-clean"
id="btn-clean"
onclick="clearText()"
/>
</div>
</div>
</section>
Expand Down

0 comments on commit b60a67b

Please sign in to comment.