Skip to content

Commit

Permalink
Resize Copy button to 25%
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSphinxxx committed Oct 11, 2024
1 parent 9f46762 commit 6322e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 id="projectName">Password Sentinel</h1>
<h1>Generate Your Password</h1>
<div class="password-container">
<input type="text" id="password" readonly>
<button id="copyBtn">Copy Password</button>
<button id="copyBtn">Copy</button>
</div>

<div class="controls">
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body {
}

#copyBtn {
width: 75%;
width: 25%;
padding: 10px;
font-size: 14px;
cursor: pointer;
Expand Down

0 comments on commit 6322e06

Please sign in to comment.