Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarPivcic authored Oct 8, 2023
1 parent e98ab45 commit e3ebdff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@ li{
height: 350px;
background: black;
position: relative;
transition: 0.2s;
}

.projectcard:hover{
scale: 1.1;
}

.projectcard p{
Expand Down

0 comments on commit e3ebdff

Please sign in to comment.