Skip to content

Commit

Permalink
updated styling a bit, still bare minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
img02 committed Feb 11, 2023
1 parent d362503 commit a6dc0c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<tbody id="library-table-body"></tbody>
</table>

<p>ToDo: add css styling and formatting / flexbox stuff. Pretty it up.</p>
<p id="todo">ToDo: add css styling and formatting / flexbox stuff. Pretty it up.</p>

<script src="library.js"></script>
</body>
Expand Down
17 changes: 16 additions & 1 deletion Library/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
* {
font-size: 1.5rem;
font-size: 1.2rem;
}

table, th, td {
border:1px solid black;
}

#library_table {
margin: auto;
padding: 0;
}

#form {
margin: 2% auto;
width: 1012px;
}

#todo {
margin: 2% auto;
width: 600px;
}

0 comments on commit a6dc0c8

Please sign in to comment.