Skip to content
Snippets Groups Projects
Commit f0e97f9c authored by Haoyu Sun's avatar Haoyu Sun
Browse files

adjust the html and css

parent 59f80b6b
1 merge request!54Resolve "As an administrator, I want to generate the matches automatically so that players are divided by the program"
......@@ -6,6 +6,13 @@
<link rel="stylesheet" type="text/css" href="/css/navBar.css">
<link rel="stylesheet" href="/css/footer.css">
<link rel="stylesheet" href="/css/matchSchedule.css">
<style>
.generateBtn{
display: flex;
justify-content: space-around;
margin-bottom: 10px;
}
</style>
</head>
<body>
......@@ -17,9 +24,12 @@
<div class="container">
<!-- <h1>Sports League Schedule</h1>-->
<button id="generatePoolsMatches">generate Pools</button>
<button id="generateDartsMatches">generate Darts</button>
<button id="generateTableTennisMatches">generate TableTennis</button>
<div class="generateBtn">
<button id="generatePoolsMatches">generate Pools</button>
<button id="generateDartsMatches">generate Darts</button>
<button id="generateTableTennisMatches">generate TableTennis</button>
</div>
<!-- Filter -->
<div class="filter-panel">
<label for="sportSelect">Filter by Sport:</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment