I am creating a website and for me to be able to keep a bigger control and save time having to be changing the tab all the time I am applying the properties direct by javascript, I would like to know this influences something insira o código aqui
$ ("# test"). css ("border-style", "solid") css ("background-color", "transparent")
.css ("height", "100%");
$("h1").css("display", "inline-block");
$("#teste1").css("background-color","blue")
.css("height","50px");
$("#teste2").css("background-color","green")
.css("height","50px");
$(".navbar-header").css("background-color","transparent")