Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


CSS media query mobile

08 Oct 2022 »

https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (orientation: portrait) { 

}