HN user

arundavid

3 karma

professional WEB DEVELOPER .... occasional DESIGNER .... weekend PHOTOGRAPHER .... timepass GAMER .... overall a .... 'GEEK?!?!..'

Posts8
Comments2
View on HN
New Delicious 13 years ago

Mobile friendly.. Seriously! What about 240px mobiles?

   @media (max-width: 300px){
     html * {
     display: none;
    }
    html:after {
     content: "Enlarge your window to see the content.";
    }
   }