footer header dinamik yapmak
1-)HTML
<div class="header">
header
</div>
<div class="content">
content <br />
<div class="footer">
footer
2-)CSS
* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
display: flex;
flex-direction: column;
.header {
background: green;
padding: 20px;
.content {
background: yellow;
flex: 1;
overflow: auto;
.footer {
background: #ddd;
2-) DÜZENLENMİŞ ŞEKLİYLE
1-) CSS - html
<img src="~/Content/images/1.png" />
<div class="MyFooter">
2-) CSS
/*display: flex;
flex-direction: column;*/
position:fixed;
height:50px;
width:100%;
/*flex: 1;*/
/*overflow: auto;*/
.MyFooter {
height:200px;