Skip to content

Commit

Permalink
Merge pull request #38 from ramchandarkg/master
Browse files Browse the repository at this point in the history
Modified the changes in index.html and skills and social div container to flexbos
  • Loading branch information
oyepriyansh authored Oct 4, 2023
2 parents e148827 + 7896cf7 commit 0f6568f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h3 class="name">Udayan Sharma</h3>
<h3 class="name">Olatunji-Aresa Ariyo</h3>
<div class="skills">
<span class="skill">HTML</span>
<span class="skill">CSs</span>
<span class="skill">CSS</span>
<span class="skill">JavaScript</span>
</div>
<div class="social">
Expand Down
10 changes: 9 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ h1 {

.skills {
margin-bottom: 10px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
row-gap: 7px;
}

.skill {
Expand All @@ -82,7 +87,10 @@ h1 {
}

.social {
margin-top: 10px;
margin-top: 13px;
display: flex;
flex-direction: row;
justify-content: center;
}

.social a {
Expand Down

0 comments on commit 0f6568f

Please sign in to comment.