Skip to content

Commit

Permalink
Adding style
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeNava committed Apr 2, 2012
1 parent b97c827 commit 37881a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>George Nava</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>George Nava</h1>
Expand Down
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
body{
width : 960px;
margin : 2em auto;
color : #333;
font : normal 1em sans-serif;
background:#eee;
}

0 comments on commit 37881a8

Please sign in to comment.