I am trying to make my footer go to the bottom of the page. The problem is that the body is not taking 100% of the page´s height, that is why the footer cannot go to the bottom (at least this is what I think is happening). Has to be a beginner problem, sorry for asking cause for sure it has been asked before.
Any help would be appreciated, thanks!
body {
min-height: 100%;
}
body {
background: radial-gradient(
at top left,
#403b4a 0%,
#e7e9bb 100%
);
background-repeat: no-repeat;
min-height: 100%;
display: flex;
flex-direction: column;