tropenberta: @media direkt ins tag

Beitrag lesen

hi leuts

ich möchte @media in ein style attribut packen. mach da aber anscheinend was falsch.

  
<div style="  
font-size:14px;  
@media(min-width:768px){ font-size:24px; };  
@media(min-width:992px) { font-size:28px; }; ">  

pls hlp

lg
Micha