Ciao,
è possibile passare variabili ai css?
.prova{
position:relative;
width:136px;
height:105px;
top:-1px;
left:-1px;
}
esempio passaggio variabili in php
.prova{
position:relative;
width: $width px;
height: $height px;
top:-1px;
left:-1px;
}
Grazie
Ciao