#100DaysOfWeb in Python Transcripts
Chapter: Days 13-16: CSS Layout and Design
Lecture: Your-turn: Day 2

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Now you're a CSS expert, it's time to get your hands dirty and do a little bit of writing in CSS and styling some webpages.
0:08 So you've already done day one if you've made it this far, you've watched the videos. That's really all we had on store for you on that first day.
0:15 Now, for day two of this four day segment we're going to be playing with CSS selectors. So, you remember that selectors page
0:23 where it had the episodes from Talk Python listed there and you could type in stuff? So basically, the idea is to go open up that page
0:31 play with the selectors and open the dialogue, see what's there and just see what you can find.
0:37 Try out different things, what happens if you have a space? What happens if you don't have a space?
0:40 What happens if you have a . or #? Things like that. So, experiment, play around, and then go a little further, look at the HTML source
0:48 and figure out some elements and say, well, what selector would I have to use to get just this item or just that item?
0:55 All right, so you can play around and come up with a little challenge for yourself. I'd like to select these three things, how do I do it?
1:02 So on. All right, so that's day two, play with and understand CSS selectors.


Talk Python's Mastodon Michael Kennedy's Mastodon