Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 591 Bytes

components.md

File metadata and controls

35 lines (27 loc) · 591 Bytes

HTML Buttons

<link rel="stylesheet" href="../css/gui-button.css">
<div class="gbtn cred"></div>
<div class="gbtn cgreen"></div>
<div class="gbtn cblue"></div>
  • gbtn cred - for red buttons
  • gbtn cgreen - fro green buttons
  • gbtn cblue - for blue buttons

HTML Inventory Table

<link rel="stylesheet" href="../css/inventory/table.css">
<div class="tblc">
    <table id="inventory">
    <thead></thead>
    <tbody></tbody>
    </table>
</div>
  • tblc - div class container
  • inventory - table id