MSNCodeSNIPPETS← msncode.dev
snippets/css

Center with Flexbox

Center any element horizontally and vertically

csscssflexboxcenter
CSS
display: flex;
align-items: center;
justify-content: center;

More css snippets

Fixed Aspect Ratio Box

Create a box with a fixed aspect ratio

Fluid Typography with clamp

Responsive font size that scales with viewport

CSS Grid Two Columns

Simple two-column layout with CSS Grid

Custom Scrollbar Styling

Style your scrollbar for WebKit browsers