Skip to content

Commit

Permalink
Add button
Browse files Browse the repository at this point in the history
  • Loading branch information
Axorax committed Dec 8, 2024
1 parent 1b8f50a commit c516f8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h4 class="me-1">Line width:</h4>
<div class="content">
<input placeholder="width" name="width-input" class="width form-control" />
<input placeholder="height" name="height-input" class="height form-control" />
<button class="setBtn primary">Set</button>
<button class="setBtn success">Set</button>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ body {
.container .content button {
background-color: #007bff;
width: 100%;

&:hover {
background: #305dff;
}
}

.container .content > div {
Expand Down

0 comments on commit c516f8d

Please sign in to comment.