Search
 
SCRIPT & CODE EXAMPLE
 

CSS

media queries on mobile

@media only screen and (max-width: 600px) {
	...your css here and you're good to go!
}
Comment

css media queries pc and mobile

@media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }
Comment

PREVIOUS NEXT
Code Example
Css :: transition prefixes css 
Css :: two background css 
Css :: cemter absolute elemetn 
Css :: change background input css 
Css :: css blur background behind div 
Css :: css checked 
Css :: gulp with pm2 
Css :: text glow 
Css :: how to target input type with css 
Css :: hvad er css 
Css :: transition delay css 
Css :: make blinking cursor disappear css 
Css :: check if audio element is playing css 
Css :: background degrade 
Css :: text-color gradient css 
Css :: tailwind css npm 
Css :: how to add inline class to a paragraph in css 
Css :: div centre 
Css :: padding top 
Css :: table td data in middle 
Css :: wp wpbakery bulder page alignment 
Css :: html watermark background 
Css :: cursive css 
Css :: text shadow 
Css :: how to center pseudo element 
Css :: relier css html 
Css :: css text gradient 
Css :: soup css selector 
Css :: css button border 
Css :: css disabled cursor not allowed 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =