aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/app.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-21 23:11:37 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-21 23:11:37 -0400
commit0ba69e502b89ed2d8fe51b3b8b40eb8fba5830e1 (patch)
tree54c2d4a5940c505cc398338ca7980020f864c375 /ufund-ui/src/app/app.component.css
parent35d7c971ed47718d4dc5738edb09d62cd780dac4 (diff)
downloadJellySolutions-0ba69e502b89ed2d8fe51b3b8b40eb8fba5830e1.tar.gz
JellySolutions-0ba69e502b89ed2d8fe51b3b8b40eb8fba5830e1.tar.bz2
JellySolutions-0ba69e502b89ed2d8fe51b3b8b40eb8fba5830e1.zip
start making some css
Diffstat (limited to 'ufund-ui/src/app/app.component.css')
-rw-r--r--ufund-ui/src/app/app.component.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/ufund-ui/src/app/app.component.css b/ufund-ui/src/app/app.component.css
index e69de29..b2dfb87 100644
--- a/ufund-ui/src/app/app.component.css
+++ b/ufund-ui/src/app/app.component.css
@@ -0,0 +1,19 @@
+#header {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ border-bottom: black solid 1px;
+ padding: 0 10px;
+ background-color: #d9d9d9;
+
+ h1 {
+ padding: 0;
+ margin: 0;
+ }
+
+ div {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ }
+}