/*PHRASEBOW INDEX.CSS
//By Joshua Robison
//023/03/11 ⟪⟪⟪
//////////////////////////*/


/*STYLE MODULES
*************************/
@import "setup.css";
@import "style.css";
@import "responsive.css";


/*WORKSPACE
//dev table for shaping modules
////////////////////////////////// 
<dialog class="WORKSPACE"><!--////////-->
</dialog><!--/WORKSPACE//////////////-->
*/
.WORKSPACE{
position: absolute;
z-index: 1000;
inset: 0;

min-height: 100vh;
min-width: 100vw;
padding:0;margin:0;

display: block;

background-color: white;
background-image: 
url(/img/checker-bkg.svg);
border: none;
}


.JAVA⟪HIDE{display: none;}

/*END OF PAGE*/
