View Single Post
Old 04-10-2024, 06:33 AM   #24
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,363
Karma: 20212733
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
Ok… so…

Take a few minutes to understand them. You will be a lot more comfortable with them. They are NOT difficult.
Spoiler:

Think of it as a basic if-then statement: If x then y
If x is true then do y.
Code:
@media screen (min-width: 600px) {color:red}
If the screen width is 600 or greater then font color is red. 

Or

@supports (columns) {columns:2}
If the device supports the ‘columns’ css then use 2 columns

In any case, you can’t recommend others NOT use them just because you aren’t comfortable with them. The customer doesn’t see anything complicated, they just see what looks good. It’s the publisher’s job to make it happen…. Including learning how to do the slightly-more-complicated-than-basic css.

Last edited by Turtle91; 04-10-2024 at 07:37 AM.
Turtle91 is offline   Reply With Quote