<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
div.initList {
background-color : white;
width : 80%;
height : 135px;
overflow: scroll;
border-style : solid;}
div.main{
width : 90%;
height : 90%;
margin: 0 auto;
}
</style>
<div class="w3-container w3-teal">
<h1>Class Advisor</h1>
</div>
</head>
<body>
<div class = "main">
<br>
<h3>
Please select the classes you have already taken from the list below
For the sake of the assignment, the program assumes the student is eligible for Calculus.
</h3>
<br>
<div id = "box" class = "initList">
</div>
<input type = button value = "Done Selecting" id = done>
<br>
<br>
Math Requirements
<div id = "mathBox" class = "initList">
</div>
</div>
</body>
</html>