2024-06-16
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
# Media Query
|
||||
|
||||
Start typing here...
|
||||
```CSS
|
||||
@media screen and (min-width: 600px) {
|
||||
body {
|
||||
color: blue;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```CSS
|
||||
@media (orientation: landscape) {
|
||||
body {
|
||||
color: rebeccapurple;
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user