Skip to content

Instantly share code, notes, and snippets.

@behnamazimi
Last active March 1, 2020 11:08
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 behnamazimi/0ca2951c44c975a90687e97bc1dbf785 to your computer and use it in GitHub Desktop.
Save behnamazimi/0ca2951c44c975a90687e97bc1dbf785 to your computer and use it in GitHub Desktop.
<div class="square"></div>
<style>
.square {
width: 300px;
max-width: 100%;
}
.square::after {
content: '';
display: block;
padding-top: 100%;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment