Search
 
SCRIPT & CODE EXAMPLE
 

CSS

SCSS Breakpoints

// X-Small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) { ... }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { ... }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) { ... }

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) { ... }

// X-Large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) { ... }

// XX-Large devices (larger desktops)
// No media query since the xxl breakpoint has no upper bound on its width
Comment

PREVIOUS NEXT
Code Example
Css :: zoom animations in css 
Css :: html how to use a background image fill not stretch 
Css :: css table cell vertical align 
Css :: css linear gradient 
Css :: why top -10 css? 
Css :: html how to indent text 
Css :: style scroll react csss 
Css :: spaces between letters css 
Css :: css animation properties 
Css :: nth last of type 
Css :: svg image shadow css 
Css :: how to stretch picture with website css 
Css :: test shadow css 
Css :: scss !default 
Css :: generate random grid in css 
Css :: how to give text stroke in css 
Css :: how to stilize title property css 
Css :: Media Query smartphone only 
Css :: css anchor fill parent 
Css :: css change text size 
Css :: css dropdown menu with scrollbar 
Css :: decrease div size 
Css :: transform origin css 
Css :: css focus border radius 
Css :: template html css bootstrap cdn 
Css :: css resize image 
Css :: center div css flex 
Css :: beautiful navigation bar css 
Css :: DevTools failed to load SourceMap: Could not load content for bootstrap.min.css.map 
Css :: what does align items center do 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =