Thank you for being clear and easy to understand, and explaining the content thoroughly.
WalterTramontana 1 month ago
I can't believe I actually understand all this so far. Big sigh of relief!
FreedomWorkShop 8 months ago
Comment removed
darthlink44 10 months ago
One question remains! Can you use an array of selectors to style. For instance? Styling a . doc & .txt in one go?
dennisvanlith 1 year ago
@dennisvanlith Yes.... use the comma delimiter that has been in CSS since version 1.
[href$=.doc],[href$=.txt] {padding-right:0;}
Thank you for being clear and easy to understand, and explaining the content thoroughly.
WalterTramontana 1 month ago
I can't believe I actually understand all this so far. Big sigh of relief!
FreedomWorkShop 8 months ago
Comment removed
darthlink44 10 months ago
One question remains! Can you use an array of selectors to style. For instance? Styling a . doc & .txt in one go?
dennisvanlith 1 year ago
@dennisvanlith Yes.... use the comma delimiter that has been in CSS since version 1.
[href$=.doc],[href$=.txt] {padding-right:0;}
darthlink44 10 months ago