Last active
March 1, 2020 11:08
-
-
Save behnamazimi/0ca2951c44c975a90687e97bc1dbf785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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