From d45ad14c2e2f47b2c7a253aa9dda10115e1cdb07 Mon Sep 17 00:00:00 2001 From: amelia Date: Tue, 10 May 2022 13:11:37 -0500 Subject: peer to peer connection works --- index.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 73 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 64d6c29..acc9e5a 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,23 @@ body::-webkit-scrollbar { background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(255,255,255,0.4); /* Black w/ opacity */ } +.join-online { + + position: fixed; /* Stay in place */ + z-index: 1; /* Sit on top */ + padding-top: 1%; /* Location of the box */ + right:10%; + width: 20%; /* Full width */ + height: 30%; /* Full height */ + top:25%; + /* Enable scroll if needed */ + border-radius:20px 0px 20px 0px; + text-align: center; + border-style: outset; + + background-color: rgb(0,0,0); /* Fallback color */ + background-color: rgba(255,255,255,0.4); /* Black w/ opacity */ +} #animatedBackground { width: 100%; height: 100%; @@ -66,12 +83,62 @@ body::-webkit-scrollbar { -- cgit v1.2.3