Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</div>

<div class="row">
<img class="col-xs-4" style="height: 400px; width: 500px;" src = "https://png.pngtree.com/element_origin_min_pic/17/08/07/9bfc13122989702e4f1792009870936e.jpg" alt = "Not found">
<img class="col-xs-4" style="height: 400px; width: 1000px;" src = "https://png.pngtree.com/element_origin_min_pic/17/08/07/9bfc13122989702e4f1792009870936e.jpg" alt = "Not found">
<div class="MiT well well-lg">
<h2><span style="color: red">Now in Theatres</span></h2>
<ul style="list-style-type:none">
Expand All @@ -70,7 +70,7 @@ <h2><span style="color: red">Now in Theatres</span></h2>
</div>
<div id="tbtd">
<table border=1 id="tbltd" class="table">
<thead style="background-color: red">
<thead style="background-color: blue">
<th>S.No.</th>
<th>Movie Title</th>
<th>Year</th>
Expand All @@ -80,7 +80,7 @@ <h2><span style="color: red">Now in Theatres</span></h2>
</div>
<div id="tbtw">
<table border=1 id="tbltw" class="table">
<thead style="background-color: red">
<thead style="background-color: blue">
<th>S.No.</th>
<th>Movie Title</th>
<th>Year</th>
Expand All @@ -91,7 +91,7 @@ <h2><span style="color: red">Now in Theatres</span></h2>

<div id="tbtg">
<table border=1 id="tbltg" class="table">
<thead style="background-color: red">
<thead style="background-color: blue">
<th>S.No.</th>
<th>Movie Title</th>
<th>Year</th>
Expand Down