Skip to content

Commit

Permalink
other styles
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-f committed Feb 11, 2012
1 parent 9c84295 commit ca65df2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Expand Up @@ -2,9 +2,12 @@
<html>
<head>
<title>Intangible Apps</title>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link type="text/css" href="bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link type="text/css" href="styles.css" rel="stylesheet" />
</head>
<body>
<h1>Intangible Apps</h1>
<div id="stage">
<h1>Intangible Apps</h1>
</div>
</body>
</html>
6 changes: 6 additions & 0 deletions styles.css
@@ -0,0 +1,6 @@
#stage {
width : 800px;
margin-left : auto;
margin-right : auto;
padding-top:10px;
}

0 comments on commit ca65df2

Please sign in to comment.