Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <script src="https://rawgit.com/aframevr/aframe/164c495/dist/aframe-master.min.js"></script>

<a-scene>
  
<a-text id="burkesteveTxt"  width="10" wrap-count="100" position="0 1.25 -5" color="#000" align="left" visible="true" value="Wrap-count has to be written with a dash otherwise the text defaults to 40 characters wide. The documentation is very, very unclear about many things. The assumption made by high end developers at Mozilla is that we all understand everything about coding which is ironic considering the original assumption was that a person knows nothing, hence the short code of A-Frame sitting on top of three.js.\n \nHaving said this, I do think it is fantastic and I support everyone working there on this. I have gotten help everytime I need it and I have been stumpt by some of the stupidest things from a high end developer's point of view.\nBurke assumed this role in January 2011, upon the closing of Comcast and General Electric's joint venture merging the assets of NBC Universal with Comcast's programming assets. He previously served as Chief Operating Officer of Comcast Corporation, where he was a driving force in its growth from a cable industry leader to one of the nation's leading providers of entertainment, information and communication products and services.\n
Burke joined Comcast in 1998 as President of Comcast Cable. During his tenure, Comcast became the largest cable company, largest residential Internet service provider, and third-largest phone company in America, along with launching a wireless business. Burke also led Comcast to leadership in multiplatform video entertainment distribution, including the company's industry-changing video-on-demand platform and online video offerings. He has been praised for leading the highly successful integration of AT&T Broadband with Comcast.\n
Prior to Comcast, Burke served with The Walt Disney Company as President of ABC Broadcasting. Burke joined The Walt Disney Company in January 1986, where he helped to develop and found The Disney Stores. In 1992, he moved to Euro Disney S.A., where, as President and Chief Operating Officer, he helped to lead a comprehensive restructuring effort.\nBurke serves on the board of directors of Berkshire Hathaway Inc., and J.P. Morgan Chase & Co.\nBurke is a Phi Beta Kappa graduate of Colgate University and earned an MBA from the Harvard Business School. He lives in New York with his wife and five children."></a-text> 
  
  <a-sphere position="0 1.25 -1" radius="1.25" color="#EF2D5E"></a-sphere>
  <a-box position="-1 0.5 1" rotation="0 45 0" width="1" height="1" depth="1"  color="#4CC3D9"></a-box>
  <a-cylinder position="1 0.75 1" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder>
  <a-plane rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane>

  <a-sky color="#ECECEC"></a-sky>

</a-scene>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console