View Single Post
Old 08-29-2023, 12:38 PM   #38
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,139
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
CSS use is a 'Matching game'.

class="foo" is just a link to the CSS entry .foo, where the actual styling is defined.

Define once, use Many is why CSS is so great. One place to change the looks of all places class="foo" was used. One tiny change and Bold can change to Italic everyplace foo was used

The space between lines of code is for US HUMANS, it does not affect the render (if done right), Look at the line numbers on the Left there can be many lines of text (really big paragraph) and only 1 number. Again, the number is for US to locate when there is an error on line 42.
theducks is offline   Reply With Quote