summary refs log tree commit diff stats
path: root/public
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-26 17:43:43 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-09-26 17:43:43 +0200
commit32847efa04029d81f9d8cf7a37999cb3cbb1e145 (patch)
tree8a0a7bc135643a6fbf45bf48141d9dfcb2085183 /public
downloadweb-client-32847efa04029d81f9d8cf7a37999cb3cbb1e145.zip
chore: Initial Commit
Diffstat (limited to 'public')
-rw-r--r--public/favicon.icobin0 -> 15406 bytes
-rw-r--r--public/styles.scss77
2 files changed, 77 insertions, 0 deletions
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..2ba8527
--- /dev/null
+++ b/public/favicon.ico
Binary files differdiff --git a/public/styles.scss b/public/styles.scss
new file mode 100644
index 0000000..8fe64a1
--- /dev/null
+++ b/public/styles.scss
@@ -0,0 +1,77 @@
+/* /* --------------------- Open Props --------------------------- */ */
+/**/
+/* /* the props */ */
+/* @import "https://unpkg.com/open-props"; */
+/**/
+/* /* optional imports that use the props */ */
+/* @import "https://unpkg.com/open-props/normalize.min.css"; */
+/* @import "https://unpkg.com/open-props/buttons.min.css"; */
+/**/
+/* /* ------------------------------------------------------------ */ */
+/**/
+/* body { */
+/*   font-family: sans-serif; */
+/*   text-align: center; */
+/* } */
+/**/
+/* .container { */
+/*   display: flex; */
+/*   flex-direction: column; */
+/*   justify-content: space-around; */
+/*   align-items: center; */
+/* } */
+/**/
+/* .container > .container { */
+/*   border-width: 2px; */
+/*   border-style: solid; */
+/*   border-color: gray; */
+/*   border-radius: 30px; */
+/*   margin: 0 20px 20px 0; */
+/* } */
+/**/
+/* .box { */
+/*   background-color: #ffdddddd; */
+/* } */
+/**/
+/* .nav { */
+/*   display: flex; */
+/*   flex-direction: row; */
+/*   justify-content: space-around; */
+/*   align-items: start; */
+/* } */
+/**/
+/* nav > h1 { */
+/*   text-align: start; */
+/*   margin: 0 auto; */
+/*   padding: 0rem; */
+/* } */
+/**/
+/* .buttons { */
+/*   display: flex; */
+/*   justify-content: space-evenly; */
+/* } */
+/**/
+/* h1, */
+/* h2, */
+/* h3, */
+/* h4, */
+/* h5, */
+/* h6 { */
+/*   text-align: center; */
+/*   margin: 0 auto; */
+/*   padding: 2rem; */
+/* } */
+/**/
+/* p, */
+/* button { */
+/*   margin: var(--size-6); */
+/* } */
+/**/
+/* body > picture, */
+/* button { */
+/*   display: block; */
+/*   margin-left: auto; */
+/*   margin-right: auto; */
+/*   text-align: center; */
+/*   margin: 2rem; */
+/* } */