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

Skip to content

Commit 750fdb7

Browse files
committed
update style
1 parent 56b8217 commit 750fdb7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ h1 {
6363

6464

6565
.gh-btns {
66-
66+
position: relative;
6767
top: 50%;
6868
left: 50%;
69-
7069
}
7170

7271

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
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 class="container">
22+
<div>
2323
<p class="gh-btns">
2424
<iframe src="http://ghbtns.com/github-btn.html?user=checkcheckzz&repo=Python-open-projects&type=watch&count=true&size=large"
2525
allowtransparency="true" frameborder="0" scrolling="0" width="152" height="30"></iframe>
2626
<iframe src="http://ghbtns.com/github-btn.html?user=checkcheckzz&repo=Python-open-projects&type=fork&count=true&size=large"
2727
allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"></iframe>
2828
</p>
2929

30-
<div>
30+
</div>
3131

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

0 commit comments

Comments
 (0)