diff --git a/Extreme Ironing/css/reset.css b/Extreme Ironing/css/reset.css
deleted file mode 100644
index 197b98715b68b7f17cd2cfdf4346fd027bac7be1..0000000000000000000000000000000000000000
--- a/Extreme Ironing/css/reset.css	
+++ /dev/null
@@ -1,33 +0,0 @@
-*{
-    margin: 0;
-    padding: 0;
-    line-height: 1;
-}
-a{
-    text-decoration: none;
-}
-li{
-    list-style: none;
-}
-img{
-    vertical-align: middle;
-    border: none;
-}
-.clearfix:after{
-    content: "";
-    display: block;
-    clear: both;
-    height:0 ;
-    overflow: hidden;
-    visibility: hidden;
-}
-.safe{
-    width: 1140px;
-    margin: 0 auto;
-}
-.left{
-    float: left;
-}
-.right{
-    float: right;
-}
\ No newline at end of file