inherit - property value is inherited from parent node (html element)
initial - property value comes from css specifications (w3c)
unset - property value is inherited from parent node if possible. If not will come from css specifications.
revert - property value comes from default browser styles (user agent stylesheet)
About revert на MDN