Skip to content

Commit

Permalink
change some positions
Browse files Browse the repository at this point in the history
- #19
  • Loading branch information
goldmark00000 committed Aug 16, 2022
1 parent 25e6aa2 commit 2a5adb1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
document.querySelector(".start-button").addEventListener("click", ()=>{
window.location="home.html";
window.location="groups.html";
});
15 changes: 15 additions & 0 deletions src/thisgroup.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,19 @@
width: 98%;
margin-left: 1%;
}
}

.update-container{
width: 100%;
height: auto;
}

.button-update{
font-size: 1.1rem;
color: #fff;
border: none;
border-radius: 1em;
padding: 0.5em 1em;
background: #0000ff;
cursor: pointer;
}
2 changes: 1 addition & 1 deletion src/thisgroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<tbody id="userTableBalance">
</tbody>
</table>
<div class="container-update"><button class="button-update">Update the page here!</button></div>
<div class="container-update"><button class="button-update">Reload</button></div>
</div>
</main><br><br><br><br>
<footer>
Expand Down

0 comments on commit 2a5adb1

Please sign in to comment.