API Documentation

Inline Css
In line CSS
$petrojs('head').css('elem',{
	"border" : "1px solid #000",
	"width" : "20%",
	"margin-top":"2%",
	"background" : "#990"
});
var css = "//styling here";

$petrojs('head').StyleSheet(css);