style rule that displays the footer only when both margins are clear of floating objects code example
Example: style rule that displays the footer only when both margins are clear of floating objects
footer {
clear: both;
}
footer {
clear: both;
}