Aligning content in web pgae
I have a page and its header & footer are sticky , I have to display an image at botton of content and always stick to footer in all resolution.
what css should I follow ,"
header {
...
}
footer
....
{}
content {
}
what css should I follow ,"
header {
...
}
footer
....
{}
content {
}

