From c6e9a97c174e80d61ba2f4a090f6576e6a6f88f4 Mon Sep 17 00:00:00 2001
From: Yulong Wang <wangy567@cardiff.ac.uk>
Date: Thu, 10 Oct 2024 11:54:43 +0000
Subject: [PATCH] Delete memberhomepage.css

---
 ext ironing/memberhomepage.css | 90 ----------------------------------
 1 file changed, 90 deletions(-)
 delete mode 100644 ext ironing/memberhomepage.css

diff --git a/ext ironing/memberhomepage.css b/ext ironing/memberhomepage.css
deleted file mode 100644
index 5c78f05..0000000
--- a/ext ironing/memberhomepage.css	
+++ /dev/null
@@ -1,90 +0,0 @@
-.top {
-    background: #fefefe;
-}
-
-.title {
-    width: 130px;
-    height: 75px;
-    margin: 23px 0;
-    background-color: #f75a53;
-    color: yellow;
-}
-
-.saying img {
-    margin: 36px 24px 33px 39px;
-}
-
-.saying2 {
-    width: 300px;
-    height: 39px;
-    margin-top: 20px;
-}
-
-.saying2 p {
-    font-size: 14px;
-    color: #989a99;
-    font-style: italic;
-    line-height: 2;
-}
-
-.nav1 li {
-    padding: 30px 16px;
-    color: #000100;
-    float: left;
-    margin-top: 30px;
-}
-
-.nav1 li:hover {
-    background-color: #f75a53;
-    color: #fdfde3;
-}
-
-.profile{
-    border: 1px solid #000100;
-    width: 200px;
-    height: 350px;
-    position: relative;
-    top:200px;
-    left:150px;
-
-}
-.profile img{
-    position: absolute;
-    width: 100%;
-    height: auto;
-    left:1px;
-
-
-}
-.profile h3{
-    position: relative;
-    left: 20px;
-    top: 150px;
-}
-.profile p{
-    position: relative;
-    left: 20px;
-    top: 150px;
-}
-.information{
-    border: 1px solid #000100;
-    width: 1000px;
-    height: 600px;
-    position: relative;
-    top:-152px;
-    left:350px;
-
-}
-.content{
-    position: absolute;
-    border: 1px solid #000100;
-    width: 900px;
-    height: 520px;
-    left:53px;
-    top:40px;
-
-}
-.content p{
-    line-height: 30px;
-}
-
-- 
GitLab