Skip to content

Commit 12343f1

Browse files
committed
update
1 parent 22e7f2f commit 12343f1

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

css/style.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@ h1 {
5858

5959

6060
.gh-btns {
61-
position: relative;
62-
top: 50%;
63-
left: 40%;
61+
position: relative;
62+
left: 30%;
63+
64+
}
65+
66+
.container{
67+
width: 700px;
68+
margin: 0 auto;
69+
padding: 30px;
6470
}
6571

6672

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
<div class="title">
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>
21-
</div>
22-
<div>
21+
</div >
22+
<div class="container">
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>
29-
29+
3030
</div>
3131

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

0 commit comments

Comments
 (0)