Skip to content

Commit

Permalink
Merge pull request #9 from SubediBinod/patch-4
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
dhirajchaurasiya authored Oct 20, 2024
2 parents 7b4efcd + c420faf commit 54b5daf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,16 @@ section {
box-shadow: 3px 3px 3px rgb(26, 21, 21);

}
.details-container-edu{
padding: 1.5rem;
flex: 1;
background: white;
border-radius: 2rem;
border: rgb(53, 53, 53) 0.1rem solid;
border-color: rgb(163, 163, 163);
text-align: center;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.section-container {
gap: 4rem;
height: 80%;
Expand Down

0 comments on commit 54b5daf

Please sign in to comment.