Created
January 13, 2022 15:02
-
-
Save IgorGavrilenko/fc58ada3daf18b82c2512cf8571eb652 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
html{ | |
height: 100%; | |
} | |
body{ | |
display: flex; | |
flex-direction: column; | |
height: 100%; | |
} | |
.header{ | |
flex: 0 0 auto; | |
} | |
.main-content{ | |
flex: 1 0 auto; | |
} | |
.footer{ | |
flex: 0 0 auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment