diff --git a/index.html b/index.html index 8f48104..88087d0 100644 --- a/index.html +++ b/index.html @@ -8,9 +8,16 @@ + + + + + + +
@@ -47,11 +54,35 @@
+ + + +
+ +
+

+ Let's + Solve! +

+
+ Double tap to start +
+
+

Let's @@ -63,6 +94,7 @@

TIME START NOW

+ 0:00
@@ -72,6 +104,68 @@

TIME START NOW

Best Time!
+ +

+ +
+ + + + + +
+ +
+ + + +
+ +
+ +
+ Cube:3x3x3 +
+
+ Total solves:- +
+
+ Best time:- +
+
+ Worst time:- +
+
+ Average of 5:- +
+
+ Average of 12:- +
+
+ Average of 25:- +
+ +
+ +
+ + + + + +
+ + @@ -259,10 +353,17 @@

+

+ + + + + + @@ -294,3 +395,4 @@

2. Changing the view of the cube

+ diff --git a/style.css b/style.css index 85ec635..4326119 100644 --- a/style.css +++ b/style.css @@ -320,6 +320,7 @@ body { line-height: 0.75; perspective: 100rem; opacity: 0; + } .text i { @@ -341,6 +342,7 @@ body { .text--title span:first-child { font-size: 0.5em; margin-bottom: 0.2em; + margin-top: 28px; } .text--note { @@ -489,6 +491,7 @@ body { .ui { pointer-events: none; color: #070d15; + } .ui, @@ -530,6 +533,7 @@ body { .ui__game { pointer-events: all; z-index: 2; + background: linear-gradient(to bottom, #fffffff0, #7dadb7f0); } .ui__game canvas { @@ -611,6 +615,43 @@ body { /* styling element for the goggle login option to be placed at the top right corner of the webpage. */ + +.navbar .g_id_signin { + position: relative; + z-index: 160; +} + +/* styling the navbar issue Back option on leaderboad page #112 */ + +.navbar{ + border: 1px solid white; + width: 80vw; + position: relative; + justify-content: center; + z-index: 15; + align-items: center; + margin: auto; + border-radius: 40px; + padding: 20px 0; + background: linear-gradient(to bottom, #fffffff0, #7ba9b3f0); +} +.navbar ul{ + display: flex; + align-items: center; + justify-content: space-around; + flex-wrap: wrap; +} +.navbar ul li{ + list-style: none; +} +a{ + text-decoration: none; + color: black; + transition-duration: 0.3s; + width: 100%; + font-size: 0.7em; +} + .g_id_signin { margin-top: 20px; } @@ -804,3 +845,4 @@ body { pointer-events: auto; } } +