-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html>
<head>
<title>Hidroponia</title>
<style type="text/css">
body {
display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}
h1 {
text-indent: -9999px;
display: block;
width: 400px;
height: 400px;
background: url(./assets/logo.png) no-repeat;
}
.github {
position: absolute;
top: 0;
right: 0;
margin-top: 40px;
}
</style>
</head>
<body>
<div class="github">
<iframe
style="margin-right: -40px"
src="https://ghbtns.com/github-btn.html?user=hidroponia&repo=project&type=star&count=true&size=large"
frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe
src="https://ghbtns.com/github-btn.html?user=hidroponia&repo=project&type=fork&count=true&size=large"
frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
</div>
<div class="content">
<h1>Hidroponia</h1>
</div>
</body>
</html>