Skip to content

Instantly share code, notes, and snippets.

@Leikam
Created February 2, 2021 15:46
Show Gist options
  • Save Leikam/c3a9b975c462e8eb98cf60f4a9ad6ba2 to your computer and use it in GitHub Desktop.
Save Leikam/c3a9b975c462e8eb98cf60f4a9ad6ba2 to your computer and use it in GitHub Desktop.
Untitled
.cnt {
width: calc(9/16*100vh);
max-width: 100%;
margin: auto;
}
.element {
padding-top: calc(16/9*100%);
margin: auto;
outline: 1px solid black;
outline-offset: -1px;
background: lightgray;
}
<div class='cnt'>
<div class='element'></div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment