minor changes to css and first post
This commit is contained in:
parent
12f7995358
commit
f4b35da4d9
3 changed files with 32 additions and 0 deletions
|
|
@ -27,6 +27,11 @@ hr {
|
|||
max-width: var(--max-width);
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
// html {
|
||||
// scroll-behavior: smooth;
|
||||
// }
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -60,4 +60,14 @@
|
|||
/* gap: 2rem; */
|
||||
}
|
||||
|
||||
/* ContentRenderer>table, th, td {
|
||||
border: 1px solid;
|
||||
} */
|
||||
/* .post>.thingy{
|
||||
p{
|
||||
background-color: aqua;
|
||||
}
|
||||
|
||||
} */
|
||||
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue