Search
 
SCRIPT & CODE EXAMPLE
 

CSS

media queries css wit logical operators

@media (min-width: 600px) and (max-width: 800px) {
  html { background: red; }
}

@media (max-width: 600px), (min-width: 800px) {
  html { background: red; }
}
Comment

PREVIOUS NEXT
Code Example
Css :: html css add Avenir light font 
Css :: word spacing css 
Css :: css selector not contain 
Css :: css firefox remove scrollbar 
Css :: timesheet template html css 
Css :: border radius 4 values 
Css :: convert image in rounshape in css 
Css :: css select none 
Css :: padding for text in html 
Css :: how to make border around text in html 
Css :: html how to indent text 
Css :: video camera icon font awesome 
Css :: reset browser font-size defaults in css 
Css :: How To Disable Swipe To Go Back In Chrome or any browser 
Css :: bash list all npm processes 
Css :: css select element by role 
Css :: css margin left 
Css :: change placeholder color 
Css :: css background properties 
Css :: css flex divide evenly 
Css :: css blur bg 
Css :: special custom scrollbar in scss 
Css :: why is my css code not working 
Css :: placeholder text css 
Css :: font face css 
Css :: how to use font awesome with tailwind css 
Css :: wp query using the_post 
Css :: css not 
Css :: rotate in 3d css 
Css :: css input border radius focus 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =