Skip to content

Commit

Permalink
table
Browse files Browse the repository at this point in the history
  • Loading branch information
imuniyat committed Mar 27, 2024
1 parent dc67771 commit 0a4fc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/learningmodule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Type in the subject name in the search box below.

<script src="table.js"></script>

<input type="text" id="myInput" style="background:#6F4A9E;color:white;border-radius:10px;width:50vw;" onkeyup="myFunction()" placeholder="Search by subject.." title="Type in a name">
<input type="text" id="myInput" style="background:#6F4A9E;color:white;border-radius:10px;padding:20px;width:50vw;" onkeyup="myFunction()" placeholder="Search by subject.." title="Type in a name">

<table id="myTable" class="table table-bordered table-hover table-condensed">
<thead><tr><th title="Field #1">Subject</th>
Expand Down

0 comments on commit 0a4fc05

Please sign in to comment.