1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-02 14:07:31 +00:00

bit styling and adding field for chat

This commit is contained in:
devfake
2015-06-22 16:03:40 +02:00
parent be39679690
commit 55b7bb5645
3 changed files with 33 additions and 4 deletions

View File

@@ -2,12 +2,16 @@
<nav>
<ul>
<li><a class="active">Lobby Chat</a></li>
<li><a>Current Match</a></li>
<!--li><a>Current Match</a></li-->
</ul>
</nav>
<div class="chat">
blaa blaa
<div class="chats">
blaa blaa
</div>
<textarea class="chatbox" placeholder="Type an message..." autofocus></textarea>
</div>
</section>