Skip to content

Instantly share code, notes, and snippets.

@PolyDevil
Last active October 10, 2019 07:58
Show Gist options
  • Save PolyDevil/c167c2bc340becc6c7ac0175870e5dac to your computer and use it in GitHub Desktop.
Save PolyDevil/c167c2bc340becc6c7ac0175870e5dac to your computer and use it in GitHub Desktop.
Untitled
html {
font-size: calc(1vmin + 1.6vh + 1.6vw);
}
grid {
display: grid;
grid-gap: 1rem;
justify-content: center;
grid-template-columns: 40% 40%;
}
block {
display: block;
background: rgba(0, 0, 0, .2);
}
<grid>
<block>A A A A A A A A A</block>
<block>AAAAAAAAAAAAAAAAA</block>
</grid>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment