Looks like a long ‘Break‘ has arrived…

Am still working in the background, but actual posting seems to be slowing down, and humble me doesn’t rush such ‘Thangs.

Bing AI & Copilot (thru Firefox) generated a new CSS script for my issue with Blockquotes yesterday. My Multipurpose Blog Pro (Child is Active) theme has quotes which are always centered and I’ve been tinkering in an attempt to have text-align: left; since I got this Theme.

Here’s the new script—using Noto Sans (I think!?) after I added round corners, a lighter background, and changed text from Blue to Black. Still wasn’t able to move to left so ‘left‘ as justify:

blockquote {
max-width: 550px;
text-align: justify;
margin: 20px;
padding: 20px;
font-family: ‘Noto Sans’, Arial, sans-serif;
font-size: 26px;
color: #000000;
background: #f6f6f6;
border-radius: 5px;
}

Am still working in the background, but actually posting seems to be slowing down, and humble me doesn’t rush such ‘Thangs.

Bing AI & Copilot (thru Firefox) generated a new CSS script for my issue with Blockquotes yesterday. My Multipurpose Blog Pro (Child is Active) theme has quotes which are always centered and I’ve been tinkering in an attempt to have text-align: left; since I got this Theme.

This was my second widget created mainly from AI – this one was with Bing AI and the other was a dropdown widget with ChatGPT. However, AI has created several Blockquote CSS script widgets tho, but am only using one now. Was able to edit this one, and add some code from others – \o/ ‘Hippity hip Hoorah‘ \o/

A lot to this AI stuff, huh…

Categories:

Translate »