Skip to content

Instantly share code, notes, and snippets.

@4ov
Created August 21, 2022 22:38
Show Gist options
  • Save 4ov/0e88a4f08dda30b8e6fc1d27d5b2239c to your computer and use it in GitHub Desktop.
Save 4ov/0e88a4f08dda30b8e6fc1d27d5b2239c to your computer and use it in GitHub Desktop.
web things
/* css aspect-ratio */
.width-same-as-height{
aspect-ratio: 1 / 1;
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment