Add Flashes to buttons
This commit is contained in:
parent
40b807efc8
commit
3091d25774
4 changed files with 77 additions and 123 deletions
|
|
@ -7,6 +7,7 @@
|
|||
border-2 border-black
|
||||
rounded-3xl
|
||||
hover:bg-blue-200
|
||||
active:bg-white
|
||||
text-black
|
||||
cursor-pointer;
|
||||
}
|
||||
|
|
@ -18,6 +19,7 @@
|
|||
border-2 border-black
|
||||
rounded-3xl
|
||||
hover:bg-blue-200
|
||||
active:bg-white
|
||||
text-black
|
||||
cursor-pointer;
|
||||
}
|
||||
|
|
@ -48,6 +50,8 @@
|
|||
border-1 border-black
|
||||
shadow-sm
|
||||
rounded-3xl
|
||||
focus:bg-gray-300
|
||||
hover:bg-blue-200
|
||||
text-gray-800;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</h1><br>
|
||||
<button id="b-clear" class="btn-style absolute top-6 right-6">Clear Text</button>
|
||||
<button id="b-help" class="btn-style absolute top-18 left-6">Connected</button>
|
||||
<p>Welcome, <span id="username"></span></p>
|
||||
<p>Welcome <span id="username"></span></p></br>
|
||||
<div id="t-chatbox" class="chatbox-style"></div>
|
||||
</br>
|
||||
<div class="flex gap-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue