Skip to content

Commit

Permalink
fixed batches
Browse files Browse the repository at this point in the history
  • Loading branch information
foxmaestro753 committed Nov 4, 2023
1 parent a28f8bb commit aa6e085
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions students.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
<hr>
</header>
<main style="padding-left:16px;padding-top:23px;margin-left:400px;margin-right:400px">
<h2 class="title">
Batch 2022 Students
</h2>
<div class="tableimg">
<div class="image">
<img class="tba" src="senior.jpg">
</div>
<table class="tb">
<h2>
Batch 2022 Students
</h2>
<tr class="head">
<td>Name</td>
<td>Roll Number</td>
Expand Down Expand Up @@ -131,12 +131,12 @@ <h2>
</tr>
</table>
</div>
<h2 class="title">Batch 2023 Students</h2>
<div class="tableimg">
<div class="image">
<img class="tba" src="junior.jpg">
</div>
<table class="tb">
<h2>Batch 2023 Students</h2>
<tr class="head">
<td>Name</td>
<td>Roll Number</td>
Expand Down
11 changes: 10 additions & 1 deletion webmain.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,20 @@ table.alt tfoot {
}

.tableimg {

display: flex;
gap: 100px;
margin: auto;
margin-bottom: 70px;
}

.tb {
margin: 0 0 2em 0;
width: 100%;
box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}

.title{
margin: 10px auto 100px auto;
font-size: 50px;
font-weight: bold;
}

0 comments on commit aa6e085

Please sign in to comment.