Adds a property/value pair to the CSS to be added to this element.
$property: The CSS property to be changed.
$value: The new value of the CSS property.
$this
public function setProperty($property, $value) { $this->css[$property] = $value; return $this; }