4 lines
78 B
CSS
4 lines
78 B
CSS
/* this stylesheet applies when min-width<400px */
|
|
body {
|
|
background: red;
|
|
}
|