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 1ae2ef3 commit 97357e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/learningmodule/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Filter learning modules by the following subject areas:
<li>TECHNOLOGY STUDIES</li>
<li>Technologie</li>
<li>SOCIAL STUDIES</li>
<li>Etudes Sociales</li>
<li>HEALTH</li>
<li>ENGLISH LANGUAGE ARTS</li>
<li>SCIENCE</li>
Expand All @@ -23,7 +24,7 @@ Type in the subject name in the search box below.

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

<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search by subject.." title="Type in a name">
<input type="text" id="myInput" border="1px solid #000" width="200px" padding="20px" 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 97357e7

Please sign in to comment.