From the course: Getting Started as a Full-Stack Web Developer
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Style the reservations form with CSS
From the course: Getting Started as a Full-Stack Web Developer
Style the reservations form with CSS
- In this course, I'm emphasizing CSS a lot because it's at the heart of what front-end web developers do. Small changes have big effects but getting those small changes just right can be really difficult. To get started, I'll go to the code editor and open up this videos beginning exercise file which I've copied to the active directory. Those exercise files already contain a CSS directory. Inside there, the style dot CSS file contains all of the code that a previous developer had added to this web page. Now, I don't want to change any of that. So I'm going to close that out and create a new file. I'll highlight CSS here and then click add a file here and I'll call that web dev course dot CSS. This is where I'll put all of the changes. There's just one more thing to do though. The webpage doesn't know that that new file exists. So I'll tell it by opening up that index dot HTML file and here on line six, you see link REL…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.