MSNCodeSNIPPETS← msncode.dev
snippets/css

Custom Text Selection Color

Change the highlight color when selecting text

csscssselectioncolor
CSS
::selection { background: #1a9e80; color: white; }

More css snippets

Fixed Aspect Ratio Box

Create a box with a fixed aspect ratio

Center with Flexbox

Center any element horizontally and vertically

Fluid Typography with clamp

Responsive font size that scales with viewport

CSS Grid Two Columns

Simple two-column layout with CSS Grid