Skip to content

Commit

Permalink
css correction, fixed overlapping text when browser window resizes
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantkhurana committed Mar 3, 2012
1 parent 678be52 commit 37afae8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 1 addition & 10 deletions css/style.css
@@ -1,23 +1,14 @@
body {
font-style: normal;
font-size:100%;
font-family:'Exo', cursive, arial, sans-serif;
font-family:'Exo', arial, sans-serif;
}

#container {
margin-top:16px;
margin-left:10px;
}

#footnote{
position:absolute;
bottom:0;
margin-left:20;
color:#3e4b2e;
margin-bottom:40px;
width:100%;
}

#contactme{
position:absolute;
top:200;
Expand Down
2 changes: 0 additions & 2 deletions index.html
Expand Up @@ -28,8 +28,6 @@ <h2 class="header">Software Programmer | Musician</h2>

<p>I frequently jam on sundays with a bunch of Rock Music enthusiasts. I play the piano and the drums. You can find my videos on my<b><a href="http://www.youtube.com/sushantkhurana/" target="_blank">Youtube</a></b> channel. <b> Email me: <a href="mailto:sushant@sukh.us" target="_blank">sushant@sukh.us</a> here in case you need to get in touch.</b></p>

</div>
<div id="footnote">
<p>You can <b><a href="https://twitter.com/intent/tweet?status=check%20out%20http://www.sukh.us,%20the%20personal%20web%20page%20of%20@5uku5" target="_blank">TWEET</a></b> about me or share it on <b><a target='_blank' href="http://www.facebook.com/sharer.php?u=www.sukh.us">FACEBOOK</a></b></p>
</div>
</body>
Expand Down

0 comments on commit 37afae8

Please sign in to comment.