Search
 
SCRIPT & CODE EXAMPLE
 

CSS

media max width css

@media only screen and (max-width: 1000px) {
  /* place here CSS for when the screen is less than 1000px wide */
  .card {
    width: 100%;
  }
}
Comment

css max width media

@media only screen and (max-width: 600px) {
  // styles go here 
}
Comment

PREVIOUS NEXT
Code Example
Css :: grid repeating auto columns 
Css :: horizontally align button 
Css :: bold in label html 
Css :: how to add background image in styled components 
Css :: color transition time css 
Css :: mirror css a pseudo :after or :before 
Css :: shadow on hover class on card bootstrap 
Css :: disable cursor css 
Css :: how to css with data arrtibute 
Css :: css shadow border 
Css :: css text stroke 
Css :: css border up and down 
Css :: flexbox stretch 
Css :: center div content 
Css :: text overflow ellipsis two lines 
Css :: centralize div inside div 
Css :: html5 video hide timeline 
Css :: remove accordion space materuail ui css 
Css :: fade other items on hover 
Css :: bootstrap 3 offset 
Css :: css not clickable 
Css :: pointer events none and cursor not allowed 
Css :: css bg code 
Css :: stop padding from changing div size 
Css :: can we use material ui and tailwind css together 
Css :: sass watch in all your project automatically 
Css :: how to use input border 
Css :: line through text css 
Css :: comment one line css 
Css :: responsive font-size 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =