SyntaxFix
Write A Post
Hire A Developer
Questions
this can be achieved with the css calc() operator
calc()
@media screen and (min-width: 480px) { body { background-color: lightgreen; zoom:calc(100% / 480); } }