Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinny129 committed Aug 29, 2014
1 parent 71c0021 commit 3865fc2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,14 @@ Declarations are the style modifications we apply in each CSS rule. There are tw

```property: value;```

There are an amazing number of options for declarations in CSS - you can do just about anything you want! But let's start with just a few. Can you add the following to your page?
There are an amazing number of options for declarations in CSS - you can do just about anything you want! But let's start with just a few. Can you add the following declarations to your page?

```
font-family: Arial;
text-align: center;
color: yellow;
background-color: black;

```

###Making Your Own Colors

Expand All @@ -258,3 +259,10 @@ In order to find the hex value for a specific color, go to [Color Picker](http:/

If you are interested in learning how the computer knows that #FF6BC4 is that specific shade of pink, ask a mentor! It is really cool!

#Putting It All Together!

You have learned the basics for creating web pages! Use your new skills to complete your page. Here is my finished example:




0 comments on commit 3865fc2

Please sign in to comment.