cursor: pointer;
=> Shape of cursor when mouse hovers over itpointer-events: none
=> Cursor will not be considered-webkit-text-stroke: 2px black;
=> Gives stroke to texttext-shadow: -1px 0px black, 0 1px black, 1px 0 black, 0 -1px black;
=> Can this insteadtext-shadow: x-offset y-offset color;
list-style: none;
list-style: list-style-type list-style-position list-style-image;
color-scheme: light/dark/normal
=> Sets canvas colorcolor-scheme: dark light
visibility: hidden/visible;
=> No visible but taking spaceopacity: 1;
box-sizing: border-box;
scroll-behavior: smooth;
scroll-padding: Npx 0 0 Npx;
scroll-padding-top: Npx;
width: 100vw;
margin-inline-start: 50%;
transform: translateX(-50%);
<!-- OR -->
box-shadow: 0 0 0 100vmax color;
clip-path: inset(0 -100vmax);