From a9fe56bb6bdab9492b48c77595005ccc7b82a9cc Mon Sep 17 00:00:00 2001
From: tokmak0 <112181684+tokmak0@users.noreply.github.com>
Date: Sun, 28 Aug 2022 18:11:12 +0300
Subject: [PATCH] Create user.css

---
 public/css/user.css | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 public/css/user.css

diff --git a/public/css/user.css b/public/css/user.css
new file mode 100644
index 0000000..a0ecc09
--- /dev/null
+++ b/public/css/user.css
@@ -0,0 +1,27 @@
+.title {
+  color: #4d18e6;
+  font-weight: 700;
+}
+
+.content{
+display: flex;
+flex-direction: column;
+box-shadow: 0 0 5px 0 #bebebe;
+max-width: 900px;
+margin: 0 auto;
+padding:10px;
+}
+
+.box{
+display: flex;
+align-items: center;
+justify-content: space-between;
+margin: 0 auto;
+max-width: 800px;
+width:100%;
+}
+
+.box-title, .box-value{
+color: #606060;
+font-weight: 300;
+}