K
K
Kuznetsov Nikita2017-04-25 15:24:28
css
Kuznetsov Nikita, 2017-04-25 15:24:28

@media hanheld - wrong?

Hello! I'm trying to learn responsive layout. But I came across an entry that @ media hanheld will not work. I want to make sure this is true. An example of what I wanted to do.

@media screen and not (handheld and tv)
  body
    font-size: 16px
  h2
    font-size: 2em

@media  tv
  body
    font-size: 24px
  h2
    font-size: 2em

@media hanheld
  body
    font-size: 24px

Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alvvi, 2017-04-25
@thrhrthr

@media handheld
Perhaps it will work, but why?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question