|
Post by alincoln0761 on Mar 17, 2016 22:04:28 GMT -8
URL: gc.palomar.edu/32950/32950alincoln0761/Unit09.htmlThis week covers creating tables in HTML5 which includes styling them. While I'm somewhat familiar with the topic, I found that styling the table was far different than what I was accustomed to in terms of using none of the earlier properties like cellspacing or cellpadding. I did learn a new CSS selector (:nth-child(odd|even)) which allowed me to style it as a striped table. Interesting assignment overall.
|
|
|
Post by Judy Fontanella on Mar 19, 2016 2:20:25 GMT -8
Really great work with your table. It looks really good and you've used good selectors. This is totally done.
Just to let you know about your footer, though. You've got a class in there named "text-center". To make your footer text centered, you can just do away with that class altogether, and use the either "footer" or "footer p" as the selector. That would be much better for your maintenance.
|
|