Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianburlaos authored Jun 11, 2024
1 parent ac7f25e commit 4ee9572
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,32 +327,39 @@ h3{
color: #777;
}
.about-info img {
max-width: 200px;
margin-bottom: 10px;
max-width: 180px;
margin-right: 20px;
border-radius: 50%;
}


/* ----- ABOUT / SKILLS BOX ----- */
.skills-box{
margin: 10px;
position: relative;
display: flex;
align-items: center;
flex-direction: column;
padding-block: 30px 70px;
padding-inline: 20px;
width: 100%;
}
.skills-header{
margin-bottom: 30px;
}
.skills-list{
display: flex;
flex-wrap: wrap;
gap: 5px;
.skills-box p{
text-align: center;
font-size: 15px;
color: #777;
}
.skills-list span{
font-size: 14px;
background: var(--first-color);
color: var(--color-white);
padding: 2px 10px;
border-radius: 5px;
.skills-box img {
margin-bottom: 10px;
max-width: 180px;
margin-right: 20px;
border-radius: 50%;
}


/* ----- PROJECTS BOX ----- */
.project-container{
display: flex;
Expand Down Expand Up @@ -444,6 +451,9 @@ h3{
}

/* ----- CONTACT FORM ----- */
.form{
margin: 20px;
}
.form-control{
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 4ee9572

Please sign in to comment.