From randallwiggins
Jump to: navigation, search
(Created page with "<html> <style> #root{ width: 80%; margin: auto; height: 75vh; } </style> <div id="root">root</div> <script src="../plugins/blendr.js"></script> </html>")
 
Line 2: Line 2:
 
   <style>
 
   <style>
 
   #root{
 
   #root{
    width: 80%;
 
    margin: auto;
 
 
     height: 75vh;
 
     height: 75vh;
 
   }
 
   }

Revision as of 20:16, 9 June 2018

root