/* Heading */
h2 {
text-align: center;
padding: 20px 0;
color: #f53194;
font-size: 32px;
font-weight: 700;
}
/* Container */
.staff-table-wrapper {
max-width: 1000px;
margin: 0 auto;
background: #ffffff;
padding: 25px;
border-radius: 14px;
box-shadow: 0 6px 22px rgba(0,0,0,0.1);
}
/* Table */
.table-bordered {
width: 100%;
border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd;
padding: 14px;
vertical-align: top;
}
/* Header */
.table-bordered thead th {
background: linear-gradient(135deg, #f53194, #ff6fb1);
color: #ffffff;
font-size: 18px;
text-align: center;
}
/* Staff Name */
.staff-name {
font-size: 17px;
font-weight: 700;
color: #f53194;
display: block;
}
/* Qualification */
.staff-qualification {
font-size: 14px;
color: #555;
margin-top: 6px;
display: block;
}
/* Subject */
.staff-subject {
font-size: 15px;
font-weight: 600;
color: #2a6df4;
background: #eef3ff;
padding: 6px 10px;
border-radius: 6px;
display: inline-block;
}
/* Hover Effect */
.table-hover tbody tr:hover {
background-color: #f9f0f6;
transition: 0.2s ease-in-out;
}
/* Alternate Rows */
.table-bordered tbody tr:nth-child(even) {
background-color: #fafafa;
}
/* Responsive */
@media (max-width: 767px) {
.table-bordered th,
.table-bordered td {
font-size: 14px;
padding: 10px;
}
}
| Sl No. | Staff Details | Subject |
|---|---|---|
| 1 | Dr. Meti Rudresh M.A., B.Ed., K-SET, PGDK, PGDL, Ph.D. | Kannada |
| 2 | Smt. Prameela Meti M.A., PGDK, (Ph.D) | History |
| 3 | Dr. Girish Choudappanavar M.Sc., Ph.D. | Geography & Environmental Science |
| 4 | Dr. Iranna Injaganeri M.A., B.Ed., NET, Ph.D. | Indian Constitution |
| 5 | Sureshgouda Patil M.A., B.Ed., (Ph.D) | Economics |
| 6 | Veeraj Meti M.A., B.Ed. | English |
| 7 | Dr. B.K. Megalamani M.Sc., Ph.D. | Science |
| 8 | Parikshith B.E | Mental Ability |
| 9 | Shankar Nayak B.E | Computer |
| 10 | Hrishikesh B.E | Science & Tech |
| 11 | Manjunath M M.A., B.Ed., NET/JRF, (Ph.D) | GK & Current Affairs |

