scroll table for phones

trunk
vilmibm 2021-08-06 18:44:37 +00:00
parent 8e0b9bc378
commit 8b299254de
2 changed files with 10 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<span>is a computer meant for sharing</span> <span>is a computer meant for sharing</span>
</section> </section>
<section id="summary"> <section id="summary">
<div id="table-container">
<table> <table>
<tr> <tr>
<td> <td>
@ -77,6 +78,7 @@
</td> </td>
</tr> </tr>
</table> </table>
</div>
</section> </section>
<div id="weird-boxes"> <div id="weird-boxes">

View File

@ -19,6 +19,14 @@ div#tildes {
letter-spacing:.75em; letter-spacing:.75em;
} }
#table-container {
overflow:auto;
}
table {
overflow-x: scroll;
}
section { section {
font-family: monospace; font-family: monospace;
background-color: black; background-color: black;