Pencil Code Reference > css

 

css styling objects

css changes the current CSS styling of an object. It accepts all standard CSS properties, however instead of using hyphens ("-") it uses camelCaps.

Instead of using font-size, css uses fontSize.