From 81b3b19fd1bc8883d5fe44dac2df9d3e63a71e7c Mon Sep 17 00:00:00 2001 From: Arek Date: Wed, 8 Jun 2022 00:53:28 +0200 Subject: [PATCH] test: :construction: Trying to tidy json --- frontend/sandbox_api/strona-glowna.html | 88 +++++++++++++++++++++++++ frontend/sandbox_api/styles.css | 17 +++++ 2 files changed, 105 insertions(+) create mode 100644 frontend/sandbox_api/strona-glowna.html create mode 100644 frontend/sandbox_api/styles.css diff --git a/frontend/sandbox_api/strona-glowna.html b/frontend/sandbox_api/strona-glowna.html new file mode 100644 index 0000000..ce23135 --- /dev/null +++ b/frontend/sandbox_api/strona-glowna.html @@ -0,0 +1,88 @@ + + + + + + + + + Document + + + +
+ +
+ +
+
+ +
+
+ + + + \ No newline at end of file diff --git a/frontend/sandbox_api/styles.css b/frontend/sandbox_api/styles.css new file mode 100644 index 0000000..bf7f35d --- /dev/null +++ b/frontend/sandbox_api/styles.css @@ -0,0 +1,17 @@ +body { + margin: 0; +} + +.nav { + height: 50px; +} + +.tournament-name { + height: 150px; + background-color: #0B4D39; +} + +.tournament-info { + height: auto; + background-color: lightblue; +} \ No newline at end of file