Skip to content
Snippets Groups Projects
Commit fd53c44c authored by Hannes Reichle's avatar Hannes Reichle
Browse files

added new buttons for selection of attributes

parent 530b4f6e
2 merge requests!5Custom server,!1Mööööörge
......@@ -13,9 +13,24 @@ export default class SkribblMenu extends HTMLElement {
border-radius: 10px;
padding: 15px;
}
.characterSelector {
color: red;
margin: auto;
text-align: center
display:inline-block;
}
#ColorButtons{
text-align: center
}
</style>
<input type="text">
<div class="w3-container" id="ColorButtons">
<button class="characterSelector">&#8592</button>
<img alt="CharacterLook">
<button class="characterSelector">&#8594</button>
</div>
<input type="text" placeholder="Your Name">
<button>Play</button>
`;
this._nameInput = this.shadowRoot.querySelector("input");
this._playButton = this.shadowRoot.querySelector("button");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment