Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34032e2

Browse files
committed
update style
1 parent 782ccf7 commit 34032e2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ h1 {
5555
border: 0;
5656
}
5757

58+
.gh-btns {
59+
margin-bottom: 0;
60+
}
61+
62+
5863

5964

6065
/* Font-face */

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,16 @@
1919
<h1>Python Open Projects</h1>
2020
<p>Collect and classify Python open projects on Github.<br>For more informations, visit the <a href="https://github.com/checkcheckzz/Python-open-projects">repository</a>.</p>
2121
</div>
22-
23-
22+
<div>
23+
<p class="gh-btns">
24+
<iframe src="http://ghbtns.com/github-btn.html?user=zenorocha&repo=voice-elements&type=watch&count=true&size=large"
25+
allowtransparency="true" frameborder="0" scrolling="0" width="152" height="30"></iframe>
26+
<iframe src="http://ghbtns.com/github-btn.html?user=zenorocha&repo=voice-elements&type=fork&count=true&size=large"
27+
allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"></iframe>
28+
</p>
29+
30+
31+
<div>
2432

2533
<p class="credits">Made by <a href="http://itgeekworkhard.com/">Zach</a>.</p>
2634

0 commit comments

Comments
 (0)