School Information Page
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
background-color: #f4f4f9;
color: #333;
}
.container {
display: flex; /* Use Flexbox for side-by-side layout */
max-width: 1000px;
margin: 40px auto;
background-color: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 8px;
overflow: hidden; /* Ensures child elements fit within the border radius */
}
.left-panel {
flex: 1; /* Takes up 40% of the container width */
padding: 0;
min-width: 300px; /* Minimum width for the image panel */
background-color: #e0e0e0;
}
.image-container {
width: 100%;
height: 100%;
}
.image-container img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures the image covers the area without distortion */
display: block;
}
.right-panel {
flex: 1.5; /* Takes up 60% of the container width (ratio 40:60) */
padding: 30px;
display: flex;
flex-direction: column;
justify-content: center; /* Vertically centers the text */
}
h2 {
color: #9c0c1b; /* A color often associated with military/discipline/school crest */
border-bottom: 2px solid #e0e0e0;
padding-bottom: 10px;
margin-bottom: 20px;
}
p {
line-height: 1.6;
margin-bottom: 15px;
font-size: 1.1em;
}
.source-link {
display: block;
margin-top: 15px;
font-size: 0.9em;
color: #666;
}
/* Media query for smaller screens (e.g., mobile) */
@media (max-width: 768px) {
.container {
flex-direction: column; /* Stacks panels vertically */
margin: 20px;
}
.left-panel {
min-height: 250px; /* Give the image some height on mobile */
}
.right-panel {
padding: 20px;
}
}
About Us
We are a proud part of the Central Hindu Military Education
Society (CHME'S) family, carrying forward the vision of our Founder, Dr. B.S.
Moonje, who in 1936 dreamt of building a system of education that blends
discipline, strength, and values inspired by military life. At Vidya Prabodhini
Prashala CBSE, we are committed to providing Quality education in an Affordable
and Value-based environment, shaping young minds into responsible, confident,
and disciplined citizens of tomorrow.
Source: vppcbse.bhonsala.in