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