I have designed a webpage, and it resembles the layout shown https://i.sstatic.net/1dUYZ.png
The challenge I'm facing is how to display an image gallery within the highlighted yellow section. No matter what I try, the gallery ends up below the footer. Any suggestions on how to solve this issue would be greatly appreciated.
Below is the code snippet:
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index_style.css">
</head>
<body>
<div class="nav">
... (Code continues here)
******CSS
body {
//overflow: hidden;
background-color: #d0e4fe;
//additional CSS styles...
}
.nav
{
// nav CSS rules
}
... (more CSS rules)