Object2VR 4 Docs / Styling with CSS

Styling with CSS

CSS or Cascading Style Sheets are what the web uses to style a web page. It is a rule-based language that specifies how elements should look or be presented in a web browser.

To style skin elements, you can use an external CSS file, use the skin’s embedded stylesheet, or directly add the styles.

If using an external CSS file, add this to the skin’s properties and use the classes in the element’s settings.

The skin’s embedded stylesheet is sufficient for many projects in that you can add your CSS directly to the skin.

Finally, if you have just a few skin elements that need styling, you can add the styles to the element’s settings.

Learn more about CSS.

Check out the following tutorials to get familiar with using CSS.

See also…

Last modified: May 16, 2022