Skip to content

Commit

Permalink
Add basic style stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jemus42 committed Nov 3, 2013
1 parent 4d4bc2f commit 02dc0cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
</head>
<body>

<div id="main">

<h1 id="rain-caption"></h1>
<p id="rain-text"></p>

</div>

<script src="//code.jquery.com/jquery.js"></script>
<script src="/rain.js"></script>
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
html {
font-family: Arial, Verdana;
font-size:90%;
}

#main {
text-align: center;
}

0 comments on commit 02dc0cf

Please sign in to comment.