diff --git a/14-rock-paper-scissors/src/input.css b/14-rock-paper-scissors/src/input.css index 9fe06b7..8d6f999 100644 --- a/14-rock-paper-scissors/src/input.css +++ b/14-rock-paper-scissors/src/input.css @@ -2,7 +2,7 @@ @tailwind components; @tailwind utilities; -/* div, section, span, p { */ +/* div, section, span, p, h1, button { */ /* outline: 1px solid red; */ /* } */ diff --git a/14-rock-paper-scissors/src/main/resources/public/output.css b/14-rock-paper-scissors/src/main/resources/public/output.css index 4c28541..ad45726 100644 --- a/14-rock-paper-scissors/src/main/resources/public/output.css +++ b/14-rock-paper-scissors/src/main/resources/public/output.css @@ -603,6 +603,10 @@ video { height: 0px; } +.h-1\/4 { + height: 25%; +} + .h-10 { height: 2.5rem; } @@ -615,6 +619,10 @@ video { height: 75%; } +.h-32 { + height: 8rem; +} + .h-\[100px\] { height: 100px; } @@ -892,6 +900,11 @@ video { line-height: 2rem; } +.text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; +} + .text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -933,6 +946,10 @@ video { line-height: 1; } +.tracking-wide { + letter-spacing: 0.025em; +} + .tracking-widest { letter-spacing: 0.1em; } @@ -960,7 +977,7 @@ video { opacity: 0.05; } -/* div, section, span, p { */ +/* div, section, span, p, h1, button { */ /* outline: 1px solid red; */ diff --git a/14-rock-paper-scissors/src/main/resources/templates/index.html b/14-rock-paper-scissors/src/main/resources/templates/index.html index 29c18af..ff095f6 100644 --- a/14-rock-paper-scissors/src/main/resources/templates/index.html +++ b/14-rock-paper-scissors/src/main/resources/templates/index.html @@ -175,12 +175,47 @@ + + +