Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
oknoorap authored Jan 13, 2017
1 parent 5cfb548 commit cf68b47
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,35 @@
<title>Ribhnux Technology</title>
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<style>
body {
font-family: 'Quicksand', sans-serif;
}

#wrapper {
display: flex;
height: 100vh;
flex-direction: column;
justify-content: center;
align-items: center;
}

#logo {
width: 140px;
height: 140px;
}

#tagline {
font-size: 24px;
margin-top: 30px;
letter-spacing: 1px;
word-spacing: 3px;
}
</style>
</head>
<body>
<div id="wrapper">
<img src="https://cdn.ampproject.org/i/avatars2.githubusercontent.com/u/5609122" alt="Ribhnux Logo" />
<h1>Small Things, Changes Big.</h1>
<img src="https://cdn.ampproject.org/i/avatars2.githubusercontent.com/u/5609122" alt="Ribhnux Logo" id="logo" />
<h1 id="tagline">Small Things, Changes Big.</h1>
</div>
</body>
</html>

0 comments on commit cf68b47

Please sign in to comment.