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