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

Post on 03-May-2020

0 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

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>

top related