Skip to content

Commit

Permalink
final project
Browse files Browse the repository at this point in the history
  • Loading branch information
Biman721443 committed May 8, 2022
1 parent c1a101e commit 38e58b6
Show file tree
Hide file tree
Showing 6 changed files with 944 additions and 727 deletions.
6 changes: 5 additions & 1 deletion BODY2/CORNER.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
overflow: auto;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}

}
.modal-content {
margin: 50px auto;
border: px solid rgb(94, 24, 24);
Expand All @@ -182,9 +183,11 @@
display: grid;
grid-template-columns: repeat(2,60% 40%);
grid-template-rows: repeat(1,100%);
margin-top: 10%;
}
.modal-content>div{
border: px solid;

}

#xman{
Expand Down Expand Up @@ -265,6 +268,7 @@ color: rgb(85, 82, 82);
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
overflow-y: scroll;

}
#line{
width: 90%;
Expand Down
Loading

0 comments on commit 38e58b6

Please sign in to comment.