Skip to content

Commit

Permalink
Added landingpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ingesen committed Apr 15, 2024
1 parent 27048ff commit e3bbbd7
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 2 deletions.
14 changes: 14 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@ body {
z-index: 0;
}

.test{
background-color: #0b9934;
}
.transition-green-to-green {
height: 5vw;
background-color: #043712;
background-image: none;
clip-path: polygon(
0 101%,
100% 0,
100% 101%
);
}

.transition-green-to-white {
height: 5vw;
background-color: #0b9934;
Expand Down
Loading

0 comments on commit e3bbbd7

Please sign in to comment.