add junk posts

This commit is contained in:
filifa
2026-04-15 18:15:08 -04:00
parent 052b22a477
commit 9e5ee71efc
7 changed files with 2684 additions and 0 deletions

33
styles/faulhaber.css Normal file
View File

@@ -0,0 +1,33 @@
#demo-inputs {
display: grid;
grid-template-columns: 1fr 1fr;
}
#limit-label,
#exponent-label {
text-align: end;
}
#enter {
grid-column: 2;
}
#result {
word-break: break-all;
max-height: 24lh;
overflow: auto;
display: inline-block;
}
#stirling-result {
margin: 1vh;
}
/* table styling */
caption {
text-align: left;
}
td {
text-align: right;
}