Skip to content

Commit

Permalink
sex
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunobrno committed Mar 23, 2023
1 parent c1c7dc8 commit 6d40d15
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
27 changes: 23 additions & 4 deletions web part (stage 2)/web/apps/EVA_timer/timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,40 @@ body {

}
.timer-eviroment{
/*margin-top: 5%;*/
aspect-ratio: 176/95;
clip-path: polygon(3% 90%, 21% 15%, 21% 5%, 40% 5%, 41.5% 11%, 92% 11%, 92% 60%, 20% 60%, 13% 90%);
background-color: black;
}

/*nadips timeru*/

.timer-head{
margin-left: 21%;
margin-top: 0%;
font-size: 75%;
display: flex;
width: 50%;
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-content: center;
align-items: center;
}
.ATR-japanese{
font-size: 1.6vw;
border: 1px;
border-style: solid;
border-color: aqua;
}
.ATR{
margin-left: 3%;
margin-top: 5%;
margin-left: -15%;
margin-top: 17%;
font-size: 1.8vw;
border: 1px;
border-style: solid;
border-color: aqua;
}
.addon-timer{
border: 1px;
border-style: solid;
border-color: aqua;
margin-top: -10%;
}
7 changes: 4 additions & 3 deletions web part (stage 2)/web/apps/EVA_timer/timer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
<div class="timer-shape-cage-border">
<div class="timer-eviroment">
<div class="timer-head">
<h1>活動限界まで</h1>
<div class="ATR-japanese"><h1>活動限界まで</h1></div>
<div class="ATR">ACTIVE TIME REMAINING</div>
<div class="addon-timer">あと</div>
</div>
<div>

<div class="timer-java">
<div></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 6d40d15

Please sign in to comment.