hidden & visible

This commit is contained in:
fred 2023-09-25 12:15:01 +02:00
parent 374903ddb4
commit 46c1fb5c22
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ header {
top: 15%;
right: 6%;
width: 180;
visibility: visible;
visibility: hidden;
}
#login {
right: 10%;
@ -54,6 +54,7 @@ header {
#aframe {
background: white;
color: black;
visibility: visible;
}
#console {