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

difference between css height : 100% vs height : auto #1

Open
yjkwon07 opened this issue Oct 17, 2020 · 0 comments
Open

difference between css height : 100% vs height : auto #1

yjkwon07 opened this issue Oct 17, 2020 · 0 comments
Labels
CSS CSS issue

Comments

@yjkwon07
Copy link
Member

height: 100% gives the element 100% height of its parent container.
height: auto means the element height will depend upon the height of its children.

@yjkwon07 yjkwon07 added the CSS CSS issue label Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS CSS issue
Projects
None yet
Development

No branches or pull requests

1 participant