Skip to content

Commit

Permalink
javaの位置調整
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecogley committed Mar 23, 2024
1 parent 3018dc3 commit 4ff516e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions common.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,28 +338,28 @@ body {
text-wrap: nowrap;
}
.p1 {
top: 20%;
left: 50%;
top: 15%;
width: 100%;
}

.p2 {
top: 35%;
left: 50%;
top: 25%;
width: 100%;
}

.p3 {
top: 50%;
left: 50%;
top: 35%;
width: 100%;
}

.p4 {
top: 65%;
left: 50%;
top: 45%;
width: 100%;
}

.p5 {
top: 80%;
left: 50%;
top: 55%;
width: 100%;
}


Expand Down

0 comments on commit 4ff516e

Please sign in to comment.