Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:styling_model [2020/06/13 02:19]
admin [Styling Nodes]
tutorial:styling_model [2020/06/28 16:35]
admin
Line 1: Line 1:
 ===== Tutorial: Styling Your Models ===== ===== Tutorial: Styling Your Models =====
  
-Learning Objectives:+====Learning Objectives====
   * [[#What can be styled?]]   * [[#What can be styled?]]
   * [[#What are the styling options?]]   * [[#What are the styling options?]]
Line 47: Line 47:
    { "border": "2px solid RED" }    { "border": "2px solid RED" }
  
-By setting the above css style, you are leaving the background unchanged, which is desired.+By setting the above css style, you are leaving the background unchanged, which may not be desired.
  
-To remedy the above situation, you have the options below: +To remedy the above situation, you have two options below: 
-  * explicitly remove backgroud+  * explicitly remove background
  
    { "background": "", "border": "2px solid RED" }    { "background": "", "border": "2px solid RED" }
  
-  * save and re-open the model+  * save and re-open the model, as when the model is re-opened, states are created without the background.