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

Skip to content

Commit 22e7f2f

Browse files
committed
update style
1 parent a1fc1df commit 22e7f2f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ h1 {
6060
.gh-btns {
6161
position: relative;
6262
top: 50%;
63-
left: 50%;
63+
left: 40%;
6464
}
6565

6666

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +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-
<div>
23-
22+
<div>
23+
<p class="gh-btns">
24+
<iframe src="http://ghbtns.com/github-btn.html?user=checkcheckzz&repo=Python-open-projects&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=checkcheckzz&repo=Python-open-projects&type=fork&count=true&size=large"
27+
allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"></iframe>
28+
</p>
2429

2530
</div>
31+
2632
<p class="credits">Made by <a href="http://itgeekworkhard.com/">Zach</a>.</p>
2733

2834
<img id="github-logo" src="img/github-cat.png" alt="Github Cat" />

0 commit comments

Comments
 (0)