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

Skip to content

Commit d0c85b7

Browse files
committed
update style
1 parent 477b03c commit d0c85b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

css/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@ h1 {
6161
border: 0;
6262
}
6363

64+
.container {
65+
/* absolute center .splash within .splash-container */
66+
width: 350px;
67+
height: 50%;
68+
margin: auto;
69+
position: absolute;
70+
top: 70px; left: 0; bottom: 0; right: 0;
71+
text-align: center;
72+
}
73+
6474
.gh-btns {
6575

6676
margin-bottom: 0;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>
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>

0 commit comments

Comments
 (0)