You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
21 lines
702 B
21 lines
702 B
<div class="deploy-bar"> |
|
<button class="btn-deploy">Leaderboard</button> |
|
<div class="container"> |
|
<div class="head-board"> |
|
<p class="num">rank</p> |
|
<p class="symbol">name</p> |
|
<p class="credits">credits</p> |
|
<p class="headquarters">headquarters</p> |
|
<p class="faction">faction</p> |
|
<p class="ships">ships</p> |
|
</div> |
|
<div class="leaderboard"></div> |
|
<div> |
|
<!--- leaderboard content --> |
|
</div> |
|
<div class="btn-cont"> |
|
<button class="btn-cred">Sort by credits</button> |
|
<button class="btn-ship">Sort by ships</button> |
|
</div> |
|
</div> |
|
</div> |