Skip to content

Commit

Permalink
Centered everything, changed color to an ID
Browse files Browse the repository at this point in the history
  • Loading branch information
justetz committed Oct 19, 2015
1 parent ed32756 commit f7106e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
div.color {
body {
text-align: center;
}

div#color {
margin: 0 auto;
width: 200px;
height: 200px;
border: 1px solid #000000;
Expand Down

0 comments on commit f7106e3

Please sign in to comment.