adamhendrabrata.files.wordpress.com · 2017-05-11 · scales down to downsized browser windows,...

Preview:

Citation preview

print screen handheld braille projection screen tty tv all

• device-width orientation

resolution

• –min –max

min-width: 480px;

•@media screen and (min-width: 480px) {

/* styles */}

@media screen and (max-width: 700px) and (orientation: landscape) {/* styles */

}

<head><link rel="stylesheet" href="styles.css"><link rel="stylesheet" href="2col-styles.css" media="screen and

(min-width:780px)"></head>