Skip to content

Commit

Permalink
Modify some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
DilemmaGX committed Dec 11, 2023
1 parent f67730a commit 9c39a23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</svg>

<body>
<div style="width: 40%; margin: auto; margin-top: 50px;">
<div style="max-width: 600px; margin: auto; margin-top: 50px;">
<div align="middle">
<h1>Static Badge Maker</h1>
<a href="http://github.com/dilemmaGX"><img src="https://img.shields.io/badge/Author-DilemmaGX-0059ff"
Expand Down Expand Up @@ -75,9 +75,9 @@ <h1>Static Badge Maker</h1>
<pre><code>[![Hello](https://img.shields.io/badge/Hello-World-ff9900?style=flat&amp;logo=github&amp;logoColor=ffffff)](http://github.com/DilemmaGX)</code></pre>
</div>
<div class="btn-group" role="group" aria-label="Copy">
<button type="button" class="btn btn-primary" onclick="copy('o_url')">Copy URL</button>
<button type="button" class="btn btn-primary" onclick="copy('o_html')">Copy HTML</button>
<button type="button" class="btn btn-primary" onclick="copy('o_md')">Copy MD</button>
<button type="button" class="btn btn-outline-primary" onclick="copy('o_url')">Copy URL</button>
<button type="button" class="btn btn-outline-primary" onclick="copy('o_html')">Copy HTML</button>
<button type="button" class="btn btn-outline-primary" onclick="copy('o_md')">Copy MD</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 9c39a23

Please sign in to comment.