Skip to content

Commit

Permalink
new design
Browse files Browse the repository at this point in the history
  • Loading branch information
williamsetiawan33 committed Jun 18, 2023
1 parent 350596e commit 58a845f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions coba-tebak/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
width: 100%;
}

.rank-con table td {
.rank-con table td, .rank-con table th {
text-align: center;
}

Expand Down Expand Up @@ -118,7 +118,8 @@
padding: 10px;
text-align: center;
background-color: white;
border: 1px solid rgb(128, 75, 0);
/* border: 1px solid rgb(128, 75, 0); */
border: none;
border-radius: 7px;
cursor: pointer;
}
Expand Down Expand Up @@ -596,6 +597,11 @@ <h3>Live rank</h3>
<td>Lani</td>
<td>500</td>
</tr>
<tr>
<td colspan="3">
<button id="btnMoreRank" name="btnMoreRank" style="width: 100%;">Lebih</button>
</td>
</tr>
</table>
</div>
</div>
Expand Down

0 comments on commit 58a845f

Please sign in to comment.