feat: ✨ rtc peer connection offer
This commit is contained in:
parent
7434d131c4
commit
0aa65f0f60
17 changed files with 389 additions and 59 deletions
25
client/assets/main.css
Normal file
25
client/assets/main.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
border: none;
|
||||
/* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 5%;
|
||||
background-color: rgba(0, 0, 0, 0.98);
|
||||
color: silver;
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 2%;
|
||||
width: 7cap;
|
||||
height: 3cap;
|
||||
border-radius: 10%;
|
||||
}
|
||||
|
||||
input {
|
||||
border-radius: 1%;
|
||||
width: 10cap;
|
||||
height: 2cap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue