We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e545c5 commit acce9b7Copy full SHA for acce9b7
index.html
@@ -29,7 +29,7 @@ <h1>Where?</h1>
29
</section>
30
<section>
31
<h1>When?</h1>
32
- Last time this was edited was 2024-12-31 (YYYY/MM/DD).
+ Last time this was edited was 2025-01-01 (YYYY/MM/DD).
33
34
<footer>
35
<small><a href="misc.html">misc</a></small>
styles.css
@@ -1,3 +1,23 @@
1
+table {
2
+ width: 100%;
3
+ border-collapse: collapse;
4
+ margin-top: 20px;
5
+}
6
+
7
+th, td {
8
+ padding: 12px;
9
+ border: 1px solid #ddd;
10
+ text-align: left;
11
12
13
+th {
14
+ background-color: #f4f4f4;
15
+ cursor: pointer;
16
17
18
+tr:hover {
19
+ background-color: #f9f9f9;
20
21
body {
22
font-family: Arial, sans-serif;
23
line-height: 1.6;
0 commit comments