Skip to content

Commit

Permalink
feat: Modified Certificates Section (#340)
Browse files Browse the repository at this point in the history
* Modified certificate section

* Modified certificate section
  • Loading branch information
priyagupta20044 authored Oct 14, 2024
1 parent d6a92a6 commit e056809
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ a.nav-link:hover {
}

.card {
margin-bottom: 1rem;
background-color: #f8f9fa;
}

Expand Down Expand Up @@ -362,6 +361,15 @@ a.nav-link:hover {
overflow: hidden;
break-inside: avoid;
padding: 0;
margin : 15px;
border : 1px solid grey;
border-radius: 3px;
box-shadow: rgba(201, 198, 198, 0.24) 0px 3px 8px;
}

.flex-card:hover{
transform:translateY(-5px);
transition: transform 320ms ease-out 50ms;
}

.card-text {
Expand Down

0 comments on commit e056809

Please sign in to comment.