Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Melnik committed May 15, 2023
1 parent cd19c6f commit 309074e
Show file tree
Hide file tree
Showing 5 changed files with 477 additions and 466 deletions.
Binary file removed Boncreabel.fig
Binary file not shown.
27 changes: 17 additions & 10 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,28 +200,35 @@ canvas {
.portfolio {
max-width: 100%;
overflow-x: auto;
height: 500px;
height: 100%;
}

.portfolioWrapper {
display: flex;
overflow-x: auto;
height: 500px;
max-width: 100%;
width: 100%;
height: 100%;
flex-wrap: wrap;
}

.itemBox {
min-width: 600px;
margin: 0 20px;
max-height: calc(100% - 145px);
margin-bottom: 40px;
font-size: 35px;
height: 372px;
width: 372px;
font-size: 36px;
color: white;
padding: 92px 10px 10px 40px;
background-image: url('../img/4c8f7eddcd05c8762cd544eb82cb71f517d954c7bf6e7b985d76cf76db604e7e.png');
background-size: cover;
}

.itemBox h2{
font-size: 36px;
color: #E2F27D;
}

.itemBox p {
font-size: 24px;
color: #FFF;
}

.portfolioWrapper {
cursor: pointer;
}
Expand Down
Loading

0 comments on commit 309074e

Please sign in to comment.