Status Cafe Profile

Current mood:
The current mood of xavierhm at www.imood.com


You can click the status.cafe badge opposite of me to check out Xavier's current mood & status →


trans flag bi flag
he/him testosterone
Status Cafe Bear
desktop view html
IE chrome firefox
linux email
weeb eyes third impact
3ds gcn
hello kitty touch
i like computer cds
yellow crayon
blog sweet blog
layout
kind computer
love online
bad website
night blogger
trans flag
more
Mastodon
loading...
latest played song on last.fm

Xavier H.M.

More tweaks — looking for help

I planned to be productive today but woke up feeling poorly. I've been struggling with a minor cold for a week and a half; going back to work set me back a little bit.

Instead of doing housework, I spent hours writing today. I also spent some time tweaking the CSS of my writing and art pages.

I also edited some of my blog pages. Poke around and see if you can spot the differences, lol.

I keep saying it, but I think my blog is finally coming together the way I want. I have noticed a small issue though. I set my headers to be centered because I like how it looks. But if you go to the direct post link, the date information underneath the title is justified left. It's a small thing, but it's driving me crazy.

I looked at the HTML but I'm unable to isolate the <i> or <time> tags on posts themselves, not just universally across the blog (I tried setting .time to display:none then dates disappeared across the board, lol).


ETA: Sylvia emailed me with a fix that did the trick! Here's the code:

.post p:has(> i time) {
text-align: center;
}

Thanks Sylvia! <3

#bear #css #html #note