Amit Mittal
body {
margin: 0;
font-family: 'Arial', sans-serif;
background: linear-gradient(45deg, #a1c4fd, #c2e9fb);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.card {
background: #fff;
max-width: 500px;
padding: 25px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
text-align: center;
margin: 15px;
}
h1 {
font-size: 2.2em;
color: #2b2d42;
margin: 0;
}
h2 {
font-size: 1.1em;
color: #e63946;
font-style: italic;
margin: 5px 0 15px;
}
p {
font-size: 1em;
color: #343a40;
line-height: 1.6;
margin: 10px 0;
}
.mantra {
font-size: 1.2em;
color: #ff6b6b;
font-weight: bold;
animation: pulse 1.5s infinite;
}
.quote {
font-size: 1em;
color: #495057;
border-left: 3px solid #e63946;
padding-left: 10px;
font-style: italic;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}
<h1>Amit Mittal</h1>
<h2>PGT Mathematics (MSc Pure Math)</h2>
<p>Amit Mittal turns math into magic at Nandyal Public School, inspiring students to conquer numbers with joy. As a PGT Mathematics teacher, he crafts thinkers, not just learners, through his four books and fifteen sample papers.</p>
<p>With CBSE’s focus on CBQs, Case-Based Problems, and HOTS, Amit fosters real-world skills, sharp logic, and creative solutions. His students don’t just prepare—they shine, ready for any challenge. His motto? Think bold, solve bright!</p>
Math, to Amit, is a spark of brilliance every student can ignite!</p>