0

is it possible to write CSS inline code for mobile versions and how?

Something like this:

<div style="...code for mobile version..."> My Div </div>
Fale1994
  • 67
  • 14
  • 4
    http://stackoverflow.com/questions/9808233/is-it-possible-to-put-css-media-rules-inline – Fhtagn Mar 21 '16 at 17:49
  • You can't inline if you are wanting to use `MEDIA` --> something like `@media only screen and (max-width: 500px) {` – Zak Mar 21 '16 at 17:52
  • 1
    AND as far as I have researched .. I have found at least 3 duplicated threads here on SO ... You should search them out before posting a new question! – Zak Mar 21 '16 at 17:55

0 Answers0