Skip to content

Commit

Permalink
Added a new CSS file for styling the home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadothompson committed Feb 14, 2014
1 parent ef13e8b commit 9087a87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.main{
font-family: Arial;
font-weight: bold;
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">

<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Expand Down

0 comments on commit 9087a87

Please sign in to comment.