diff --git a/ext ironing/memberhomepage.css b/ext ironing/memberhomepage.css
deleted file mode 100644
index 5c78f05f160fdc608e9b17713df3daa80801a993..0000000000000000000000000000000000000000
--- 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;
-}
-