2026/03/09
Added Comment Box and Right Sidebar
Hello, again. You may thing a right-aligned sidebar is easy, but let me first ask: What is a right?
Answer: Right is a relative position to whatever you consider a left, your torso is right to your left arm, but so is your right hand.
But how right is your right hand? And how left is your torso? Absolute positions are exceptionally hard to actually determine. And relative positions are only useful when you know what it relates to and can define it (e.g.:Right and Far-right).
Now imagine that that last paragraph doesn't come into mind of whoever defined the terms for positioning in HTML. The only things we have is Left and Right.
But you might say: "But Fleur, there is a center keyword, use that!" IF IT FUCKING WORKED I WOULD. Half the time Center just means Right again! Pisses me off.
Anyway, I fixed the "left right" problem with help from a friend, they told me about containers, which can do the localization of div tags automatically.
And with that sorted out, I managed to implement the Comment Box! You can leave comments on it so that I might read later, I will be pinged about it with email and I can now accrew feedback easier! I hope you enjoy.