minor changes to css and first post

This commit is contained in:
Tabby 2025-04-30 22:21:22 +10:00
parent 12f7995358
commit f4b35da4d9
3 changed files with 32 additions and 0 deletions

View file

@ -27,6 +27,11 @@ hr {
max-width: var(--max-width);
}
table, th, td {
border: 1px solid;
border-collapse: collapse;
}
// html {
// scroll-behavior: smooth;
// }

View file

@ -44,6 +44,23 @@ Text Styles:
var x = 1
```
| heading 1 | heading 2 |
| ---------- | ---------- |
| content 1a | content 2a |
| content 1b | content 2b |
<!-- ::ProjectCardV2
---
src:https://img.itch.zone/aW1nLzE3MzE3NDAzLnBuZw==/315x250%23c/pxmt%2BB.png
title:ChronoChamber
description:Complete the level before time catches up to you
---
:: -->
> [!NOTE] test
> Contents
---
### Links to google:

View file

@ -60,4 +60,14 @@
/* gap: 2rem; */
}
/* ContentRenderer>table, th, td {
border: 1px solid;
} */
/* .post>.thingy{
p{
background-color: aqua;
}
} */
</style>