Ministry of Phonic Services



/* General Reset */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Navigation Bar Styles */ #navbar { background-color: #f4f4f4; width: 200px; /* Set the width of the vertical bar */ padding: 10px; } #navbar ul { list-style-type: none; padding: 0; } #navbar li { margin-bottom: 10px; } #navbar a { display: block; padding: 10px; text-decoration: none; color: #333; transition: background-color 0.3s; } #navbar a:hover { background-color: #ccc; } /* Additional Styles */ #container { margin-left: 220px; /* Adjust this margin to account for the width of the vertical bar */ } #topBar { background-color: #333; color: white; padding: 10px; } #header { height: 25px; }