Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCheatEugene authored Dec 25, 2023
1 parent 7e5bf8c commit 9c4d0d2
Show file tree
Hide file tree
Showing 5 changed files with 497 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.w-45{
min-width: 45vw;
}

.mh-30{
max-height: 30vh;
overflow-y: scroll;
}

.mh-50{
max-height: 50vh;
overflow-y: scroll;
}
.w-80{
max-width: 80%;
width: 80%;
}

.h-4{
height: 4rem;
}

.w-4{
width: 4rem;
}
Loading

0 comments on commit 9c4d0d2

Please sign in to comment.