diff --git a/UI/css/styles.css b/UI/css/styles.css index 0fea88d..e3709b8 100644 --- a/UI/css/styles.css +++ b/UI/css/styles.css @@ -7,10 +7,6 @@ h1 { font-size: 2.5rem; } -h3 { - font-size: 1.5rem; -} - th { font-weight: bold; } @@ -52,17 +48,6 @@ li a:hover { background-color: #f9690e; } -/* profile.html */ -.bio-info { - width: 60%; - margin: 0 auto; - margin-top: 20px; -} - -.bio-info > p { - flex-basis: 1; - margin-right: 20px; - /* shop.html styles */ .submit{ width: 100%; diff --git a/UI/profile.html b/UI/profile.html deleted file mode 100644 index 433262c..0000000 --- a/UI/profile.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - Profile - - - - -
-

Users Profile

-

User ID: 1

-

User Name: Ken Maina

-

Position: Shop Attendant

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sales IDAmountView Record
1Ksh. 2500
2Ksh. 6000
12Ksh. 6000
23Ksh. 6000
44Ksh. 6000
-
- - \ No newline at end of file