View Single Post
Old 06-15-2020, 04:42 PM   #66
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,312
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by JSWolf View Post
That CSS does look a bit overly complicated with excess lines.

Code:
mine looks better
The <div> at a margin of 2em makes no sense. I had to fix <h3> as the font-varient doesn't work in all cases so you need to set a font size for small caps.

As for the margins, I dislike the margins shorthand. I much prefer the long form and if I recall correctly, some nooks don't like the margins shorthand. Also, CSS all on one line is no as easy to read.

Yes, we are aware that you think your design opinions are the end-all rule for everything. Just remember that opinions are like...

The <div> margin of 2em makes sense if you want a 2em margin around your divs.

font-varient will never work...it's spelled font-variant - that's very sloppy coding by the way . font-variant works in all cases that I use...so...you just choosing not to use a modern, cabable, device is your choice.

Ditto for short-hand margins. So sorry you choose to use a device that has issues...

CSS all on one line is easy enough to read...or do you have problems reading?

You see, Jon, this asinine behavior of yours picking apart other peoples code because you don't agree with their technique is very childish....especially when the code is put up for illustrative purposes and NOT meant to be copy/pasted without a basic idea of what CSS is or how to use it.


Grow up.
Turtle91 is offline   Reply With Quote