SyntaxFix
Write A Post
Hire A Developer
Questions
Use transform: scale(...); and add matching margin: -...px to compensate free space from scaling. (you can use * {outline: 1px solid}to see element boundaries).
transform: scale(...);
margin: -...px
* {outline: 1px solid}