Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pranita28Dane committed Jan 15, 2023
1 parent 06e3a91 commit 0da0389
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CSS/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -900,9 +900,9 @@ section#ProjectPage {



/* Education Page */
/* Experience Page */

#experiancePage .box-container {
#experiencePage .box-container {
display: flex;
align-items: center;
justify-content: space-evenly;
Expand All @@ -928,7 +928,7 @@ section#ProjectPage {

}

#experiancePage .box-container .box2 {
#experiencePage .box-container .box2 {


width: 65rem;
Expand All @@ -939,14 +939,14 @@ section#ProjectPage {

}

#experiancePage .box-container .box2 span:hover {
#experiencePage .box-container .box2 span:hover {
color: var(--primary);
background: var(--dark);
border: 5px solid var(--primary);
}


#experiancePage .box-container .box2 span {
#experiencePage .box-container .box2 span {

font-size: 1.3rem;
background: var(--primary);
Expand All @@ -957,7 +957,7 @@ section#ProjectPage {

}

#experiancePage .box-container .box2 h3 {
#experiencePage .box-container .box2 h3 {
font-size: 1.5rem;
color: var(--primary);
font-weight: 600;
Expand All @@ -966,10 +966,10 @@ section#ProjectPage {

}

#experiancePage .box-container .box2 p {
#experiencePage .box-container .box2 p {

font-size: 1.0rem;
color: var(--light);
padding-top: 1.5rem 0;

}
}

0 comments on commit 0da0389

Please sign in to comment.