Import CSS based on Device Size

  Loading on Desktop

<link rel="stylesheet" media="screen and (min-width: 601px)" href="desktop.css" />

Loading on Mobile Screen

<link rel="stylesheet" media="screen and (max-width: 600px)" href="mobile.css" />

Comments

Popular posts from this blog

Uploading Image to Sql Server Image Datatype in asp.net using fileupload Control

Get Running Sum of Query SQL Query