Re: Simple HTML & CSS code.

2022-10-29 Thread Siard
Peter Easthope wrote: > From: Siard > Date: Wed, 26 Oct 2022 00:00:26 +0200 > > > >Test.html > > > > > left > right > > > > > Thanks. Yes, that puts "left" on the left and "right" on the right. After a good night's sleep, I realized that I could have answered

Re (3): Simple HTML & CSS code.

2022-10-28 Thread peter
From: Siard Date: Wed, 26 Oct 2022 00:00:26 +0200 Test.html left right Thanks. Yes, that puts "left" on the left and "right" on the right. > BTW, 'color: black' and 'background: white' is already the default for > 'body', AFAIK. > More info about the Flexbox m

Re: Simple HTML & CSS code.

2022-10-25 Thread Lee
On 10/25/22, pe...@easthope.ca wrote: > Hi, > > Off scope but I don't know a better place to ask. > > If this HTML text is in a file, a browser should be able to render it. > > > > > Test.html > > >body { color: black; background: white; } >div.inline { display: inline; justify-conten

Re: Simple HTML & CSS code.

2022-10-25 Thread Siard
On Tue, 25 Oct 2022 13:14 -0500, pe...@easthope.ca wrote: > Hi, > > Off scope but I don't know a better place to ask. > > If this HTML text is in a file, a browser should be able to render it. > > > > > Test.html > > >body { color: black; background: white; } >div.inline { display:

Simple HTML & CSS code.

2022-10-25 Thread peter
Hi, Off scope but I don't know a better place to ask. If this HTML text is in a file, a browser should be able to render it. Test.html body { color: black; background: white; } div.inline { display: inline; justify-content: space-between; } leftright In bullseye, Firefox-esr, "l