Giter Site home page Giter Site logo

css-styling-wdf-000's Introduction

CSS Styling Code Along

Objectives

  1. Review linking an external CSS file.
  2. Review writing selectors.
  3. Styling text content.

Introduction

In this code along exercise we will be adding style to our pages by linking an external CSS file. If you open this lab on the in-browser Learn IDE, all the files you need for following along will be available, and will automatically clone down. However, if you were following along using a personal exceptional-realty repository in the previous HTML lessons, you can continue from where we left off by running the following in your terminal:

git clone https://github.com/<your_username_here>/exceptional-realty
cd exceptional-realty

Steps

Tasks for LearnIDE Environment Users

  1. Click the "OPEN IDE" button

Tasks for Local Environment Users

  1. Fork this repository.

  2. Clone your fork locally.

  3. cd into the local repo you just cloned.

  4. Code along with the included video below. While coding work in your cloned copy of this lab! The instructors foldername will be different than yours.

  5. After the video: stage, commit, and push up your changes.

  6. Then make a pull request.

Create a new branch for this lesson called css-styling by typing git checkout -b css-styling from inside the project folder before continuing.

Code along with the included video below. Some parts of the video, such as folder names, will be different than your own.

<iframe width="640" height="480" src="//www.youtube.com/embed/aA8k-hK8qzg?rel=0&controls=1&showinfo=1" frameborder="0" allowfullscreen></iframe>

When you're finished, add, commit and push your work up. Then, checkout master, and merge it with the work you've done on the css-styling branch, and push up the master as well. The commands should look like the following:

git add .
git commit -m 'add external css file and connect it to project'
git push -u origin css-styling
git checkout master
git merge css-styling
git add .
git commit -m 'merge css-styling branch'
git push

View CSS Styling on Learn.co and start learning to code for free.

css-styling-wdf-000's People

Contributors

jongrover avatar maxwellbenton avatar sarogers avatar fs-lms-test-bot avatar joshuabamboo avatar fislabstest avatar annjohn avatar pletcher avatar dom-mc avatar gj avatar jmburges avatar sgharms avatar

Watchers

 avatar James Cloos avatar Mat Balez avatar Victoria Thevenot avatar  avatar Joe Cardarelli avatar Taranjyot Singh avatar Sara Tibbetts avatar  avatar Sophie DeBenedetto avatar  avatar Antoin avatar  avatar  avatar Nicole Kroese  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.