Search
 
SCRIPT & CODE EXAMPLE
 

CSS

tablet screen media query

@media (min-width: 768px) and (max-width: 1024px){

}
Comment

media screen tablet

@media screen and (min-width: 786px) and (max-width: 1023px)
Comment

tablet media query

@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* 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

Media Query Tablet and Below

/* Tablet And Below */
@media all and (max-width: 980px) {}
Comment

PREVIOUS NEXT
Code Example
Css :: how to make a division center css 
Css :: border dot css 
Css :: how to make white image black in css 
Css :: centrer un élément absolute 
Css :: center absolute 
Css :: link to css file within another css file 
Css :: css safari remove scrollbar 
Css :: clearfix css 
Css :: cdd first child 
Css :: table td remove padding 
Css :: css table border-collapse 
Css :: how to specify css for smaller screen 
Css :: css detect mobile 
Css :: css change color 
Css :: To make the content of the select2 RTL or LTR 
Css :: css vertical align 
Css :: change font with calc function 
Css :: how to give linear transprerancyon background image 
Css :: hidden elements blinking on hover 
Css :: enter in css 
Css :: color code for dark green 
Css :: background degrade 
Css :: label width css 
Css :: Modify blink class in CSS 
Css :: flex direction 
Css :: animation reverse 
Css :: how to write css like a pro 
Css :: get into a Docker container bash 
Css :: position absolute align center 
Css :: hide element using css 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =