Skip to content

Commit acce9b7

Browse files
committed
Updated on 2025-01-01
1 parent 4e545c5 commit acce9b7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>Where?</h1>
2929
</section>
3030
<section>
3131
<h1>When?</h1>
32-
Last time this was edited was 2024-12-31 (YYYY/MM/DD).
32+
Last time this was edited was 2025-01-01 (YYYY/MM/DD).
3333
</section>
3434
<footer>
3535
<small><a href="misc.html">misc</a></small>

styles.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}
121
body {
222
font-family: Arial, sans-serif;
323
line-height: 1.6;

0 commit comments

Comments
 (0)