diff --git a/index.html b/index.html index f9960dd..32195df 100644 --- a/index.html +++ b/index.html @@ -7,43 +7,45 @@ - -

: - - -

-

TEXT:

-

RANK: - - - - - - -

- - - - - - - - -
TimeSTEP
MissTarget
RatioHigh Score
TypesTrr Trial
SpeedSTEP Trial
Score
Comment
-
- -
-

jsTRR

-

Login - - - -

+
+ +

: + + +

+

TEXT:

+

RANK: + + + + + + +

+ + + + + + + + +
TimeSTEP
MissTarget
RatioHigh Score
TypesTrr Trial
SpeedSTEP Trial
Score
Comment
+
+ +
diff --git a/jstrr.css b/jstrr.css index d78ebaf..63a6357 100644 --- a/jstrr.css +++ b/jstrr.css @@ -1,4 +1,11 @@ -body {background: blue;} +body {} +.inner{ + position: relative; + height: 100vh; /* コンテナの高さ */ + width: 100%; /* コンテナの横幅 */ + overflow: hidden; /* コンテナからはみ出した要素を隠す */ + background-image: url(snow.png); +} body.secret {background: black; color: white;} div#typing {margin: 1em 1ex; border-top: double cyan 5px;} div#typing pre {