media query css
CSS
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}CSS @media Rule
Example
Change the background color of the <body> element to "lightblue" when the browser window is 600px wide or less:
Syntax
@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
/*
Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)
{...}
/* Small devices (portrait tablets and large phones, 600px and up)
*/
@media only screen and (min-width: 600px) {...}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}
/* Large devices (laptops/desktops, 992px and up)
*/
@media only screen and (min-width: 992px) {...}
/* Extra large devices (large
laptops and desktops,
1200px and up) */
@media only screen and (min-width: 1200px) {...} <meta name="viewport" content="width=device-width,initial-scale=1">/* BOOSTRAP MEDIA BREAKPOINTS */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.selector {
background-color:#f00;
}
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}@media only screen and (max-width: 600px) {
body {
background-color: lightblue;
}
}
Also in CSS:
- Title
- css vs scss
- Category
- CSS
- Title
- css animation examples
- Category
- CSS
- Title
- !important css
- Category
- CSS
- Title
- ios sms css
- Category
- CSS
- Title
- box shadow flutter
- Category
- CSS
- Title
- add background image css
- Category
- CSS
- Title
- how to remove link blue color from a tag using css
- Category
- CSS
- Title
- css how to stop screen from left and right
- Category
- CSS
- Title
- css how to add double shadow to text
- Category
- CSS
- Title
- pseudo elements css
- Category
- CSS
- Title
- !important in css
- Category
- CSS
- Title
- add css to an html file
- Category
- CSS
- Title
- how to center placeholdr text
- Category
- CSS
- Title
- background color css
- Category
- CSS
- Title
- stop text from wrapping
- Category
- CSS
- Title
- how to bold in css
- Category
- CSS
- Title
- css focus border radius
- Category
- CSS
- Title
- font face html
- Category
- CSS
- Title
- css inputs outofill color
- Category
- CSS
- Title
- css class selector
- Category
- CSS
- Title
- mettre une image au milieu css
- Category
- CSS
- Title
- Scaling Images and Videos css
- Category
- CSS
- Title
- css system default font
- Category
- CSS
- Title
- css remove button outline
- Category
- CSS
- Title
- custom border css
- Category
- CSS
- Title
- how can I see my gatsby version
- Category
- CSS
- Title
- how to change font in css
- Category
- CSS
- Title
- como fazer placeholder que vira label
- Category
- CSS
- Title
- text align css
- Category
- CSS
- Title
- how to add a word between borders css
- Category
- CSS
- Title
- css change text color
- Category
- CSS
- Title
- image cover css
- Category
- CSS
- Title
- how to cover full image in css
- Category
- CSS
- Title
- print media css
- Category
- CSS
- Title
- css background image size
- Category
- CSS
- Title
- how to apply bg image in inline css
- Category
- CSS
- Title
- how to center a div in css
- Category
- CSS
- Title
- redesign html select
- Category
- CSS
- Title
- basic css designn elements
- Category
- CSS
- Title
- css backgroud position
- Category
- CSS
- Title
- css span to right of div
- Category
- CSS
- Title
- css overflow hide scrollbar when not needed
- Category
- CSS
- Title
- rotate 3d
- Category
- CSS
- Title
- background color using css
- Category
- CSS
- Title
- how to align text in css
- Category
- CSS
- Title
- how to make input in angular optional
- Category
- CSS
- Title
- how to get random images
- Category
- CSS
- Title
- css background image is not show change default picture
- Category
- CSS
- Title
- animation css
- Category
- CSS
- Title
- html image slider
- Category
- CSS
- Title
- css gradient border
- Category
- CSS
- Title
- font family css list
- Category
- CSS
- Title
- how to darken background image with css
- Category
- CSS
- Title
- how rotate infinity css
- Category
- CSS
- Title
- mixin for transition css
- Category
- CSS
- Title
- red asterix css
- Category
- CSS
- Title
- how to import background image in inline css in react
- Category
- CSS
- Title
- how to change the background color in css
- Category
- CSS
- Title
- :root css
- Category
- CSS
- Title
- grayscale filter css
- Category
- CSS
- Title
- gradient image css
- Category
- CSS
- Title
- media query change button text
- Category
- CSS
- Title
- como trocar ordem dos elementos pelo dispositivo html
- Category
- CSS
- Title
- ancho maximo css
- Category
- CSS
- Title
- css background color
- Category
- CSS
- Title
- because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
- Category
- CSS
- Title
- css anchor fill parent
- Category
- CSS
- Title
- css grid area
- Category
- CSS
- Title
- DISABLE the Horizontal Scroll
- Category
- CSS
- Title
- acf true false field default value
- Category
- CSS
- Title
- zoom css
- Category
- CSS
- Title
- ms-clear event
- Category
- CSS
- Title
- make div the size of the text inside
- Category
- CSS
- Title
- css scroll snap
- Category
- CSS
- Title
- how to add background in css
- Category
- CSS
- Title
- do some css using js on selector
- Category
- CSS
- Title
- have unordered list horizontal css
- Category
- CSS
- Title
- background url css
- Category
- CSS
- Title
- css background image fit
- Category
- CSS
- Title
- how to change css property using dom
- Category
- CSS
- Title
- add own image in cursor using css
- Category
- CSS
- Title
- scss mixin skip argument use default
- Category
- CSS
- Title
- blur effect css
- Category
- CSS
- Title
- access lamp folder using terminal mac
- Category
- CSS
- Title
- how to use direct child for ol in css
- Category
- CSS
- Title
- how to make borders rounded in css
- Category
- CSS
- Title
- how to create popup css
- Category
- CSS
- Title
- default position css
- Category
- CSS
- Title
- font height css
- Category
- CSS
- Title
- css italic text
- Category
- CSS
- Title
- css backdrop filter blut
- Category
- CSS
- Title
- change the weight of a bold font css
- Category
- CSS
- Title
- flexbox css
- Category
- CSS
- Title
- li remove dot css
- Category
- CSS
- Title
- hover on father elemet activates a child element css
- Category
- CSS
- Title
- hide horizontal scrollbar css
- Category
- CSS
- Title
- css text justify
- Category
- CSS
- Title
- pestañas dentro de una pagina web php
- Category
- CSS
- Title
- typewriter effect css
- Category
- CSS
- Title
- scale textarea
- Category
- CSS