Skip to content

Commit

Permalink
hype
Browse files Browse the repository at this point in the history
  • Loading branch information
theopak committed May 1, 2014
1 parent 5709216 commit 0ff92f2
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
<meta charset='utf-8'>
<title>Bathchat</title>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Lato:400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:900' rel='stylesheet' type='text/css'>
<style type="text/css">
html, body {
box-sizing: border-box;
margin: 0;
padding: 0;
width: 100%;
min-height: 100%;
visibility: hidden;
overflow: hidden;
}
body {
display: block;
Expand All @@ -19,17 +21,20 @@
}
h1 {
display: block;
margin: 40% 0 0;
margin: 45vh auto 0;
padding: 0;
font: normal 3em/1.2em 'Lato',Arial,sans-serif;
width: 60%;
height: auto;
font: 900 3em/1.2em 'Lato',Arial,sans-serif;
text-align: center;
}
h1 a, h1 a:visited {
color: #5e6060;
color: #f19353;
text-decoration: none;
outline: none;
}
h1 a:hover, h1 a:focus {
color: black;
color: #5e6060;
}
</style>
</head>
Expand Down

0 comments on commit 0ff92f2

Please sign in to comment.