Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

32x32 128x128 같이 <width>x<height> 포맷으로 Size를 하면 어떨까요? 16:9 3:5 와 같이 aspect-ratio도 더 단순하게 작성이 될 것 같아요. #71

Open
developer-1px opened this issue Sep 3, 2023 · 0 comments

Comments

@developer-1px
Copy link
Owner

developer-1px commented Sep 3, 2023

<i class="icon 128x128"></i>

<figure class="16:9 b(#000)"></figure>

<style>
.128x128 { width: 128px; height: 128px; }
.16:9 { aspect-ratio: 16/9 }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant