Wednesday, July 23, 2014

Day 15: Continuing with CSS

I spent two hours coding today, continuing with CSS basics.

I learned that a "#" calls an id and a "." calls a class.  I learned that an id cannot be repeated on a page, but a class can be repeated.  I also learned how to use an id to make a "back to top" link (you set an id attribute in an element at the top of the page, then in an element at the bottom of a page, you set an anchor element with an href attribute of # followed by the name of the id attribute in the element at the top of the page).

Total Treehouse Points: 1,056
Treehouse Points by Subject Matter: HTML 663, CSS 363, and Miscellaneous
Treehouse Ranking (%): "You have more total points than 59% of all students."

Badge(s) Earned Today:
Getting Started with CSS

Courses Completed:
How to Make a Website
HTML 

Books Read or in Progress:
"Head First HTML and CSS," by E. Robson & E. Freeman (In progress, I've read the 37 pg. preface and the first 255 pgs. of actual content, which is the HTML section of the book)

Hours Spent Coding Today: 2
Total Hours Coding: 69

No comments:

Post a Comment