Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created June 6, 2022 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeaVerou/184ac99862fc9027f53959aeb78fe6ab to your computer and use it in GitHub Desktop.
Save LeaVerou/184ac99862fc9027f53959aeb78fe6ab to your computer and use it in GitHub Desktop.
Division by <length> test
/**
* Division by <length> test
*/
div {
background: green;
width: 100px;
height: calc(100px * (100vw / 100vh));
}
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment