🔥 With CSS variables, you can overwrite values when authoring HTML with an inline style attribute
🔥 VS Code now has a shrinking tabs option - no more scrolling for your tabs! ```json "workbench.editor.tabSizing": "shrink" ```
Next →🔥 Use CSS object-fit: contain; and object-fit: cover; to scale 100% width and 100% height images as large as they will go without messing up aspect ratios. Works with <video> in most browsers except IE+Edge