Skip to content

Commit

Permalink
final list Home_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshaya2012 committed Apr 30, 2020
1 parent acafd68 commit c2faace
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions templates/home_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,14 @@
margin-top: 50px;
position: relative;
}

.center{
float:center;
text-align: center;
}
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -192,12 +196,20 @@ <h2 class="tabsTitle">View Students who applied for admission</h2>
</table>
</div>
</section>
<section id="tab-3" class="tab-content hide">
<div>
Content in tab 3
<section class="tab-content hide" id="tab-4">
<div class="center">
<h2 class="tabsTitle">View Final student selected List</h2>
<table class="container">
<tr>
<th>IdNo</th>
<th>Name</th>
<th>Email</th>
</tr>
</table>

</div>
</section>
<section class="tab-content hide" id="tab-4">
<section class="tab-content hide" id="tab-3">
<div class="center">
<h2>CutOff Details</h2>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
Expand Down

0 comments on commit c2faace

Please sign in to comment.