In the above example, "heading" is the classname of any element we want to target. And font-color:red is the new styling.
We're using this param to show an element which is hidden by default.
We can't use # in links like this, so we have to URL-encode the style values. The # symbol should be encoded as %23.