Projects page done
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<h1>My projects</h1>
|
<h1>My projects</h1>
|
||||||
<h3>Here is presented the most of projects I worked on</h3>
|
<h3>Here is presented the most of projects I worked on</h3>
|
||||||
</div>
|
</div>
|
||||||
<iframe src="//githubbadge.appspot.com/xfox111" style="width: 200px; height: 110px;" class="github-stats" frameborder="0"></iframe>
|
<iframe src="//githubbadge.appspot.com/xfox111" class="github-stats" frameborder="0"></iframe>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
|||||||
@@ -10,11 +10,14 @@ article {
|
|||||||
|
|
||||||
.github-stats {
|
.github-stats {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
width: 200px;
|
||||||
|
height: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-item {
|
.project-item {
|
||||||
display: grid;
|
display: grid;
|
||||||
padding: 0px 20px 20px 20px;
|
padding: 20px;
|
||||||
|
padding-top: 0px;
|
||||||
grid-template-rows: auto auto;
|
grid-template-rows: auto auto;
|
||||||
grid-row-gap: 20px;
|
grid-row-gap: 20px;
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
|
|||||||
Reference in New Issue
Block a user