From a3ee49287ea60a13818aee9af534be5b59c6d15d Mon Sep 17 00:00:00 2001
From: Yulong Wang <wangy567@cardiff.ac.uk>
Date: Thu, 10 Oct 2024 12:17:36 +0000
Subject: [PATCH] Delete index.css

---
 Extreme Ironing/css/index.css | 164 ----------------------------------
 1 file changed, 164 deletions(-)
 delete mode 100644 Extreme Ironing/css/index.css

diff --git a/Extreme Ironing/css/index.css b/Extreme Ironing/css/index.css
deleted file mode 100644
index c5f277b..0000000
--- a/Extreme Ironing/css/index.css	
+++ /dev/null
@@ -1,164 +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;
-}
-.banner {
-    overflow: hidden;
-    position: relative;
-    height: 460px;
-}
-
-.banner img {
-    position: absolute;
-    left: calc(50% - 720px);
-}
-
-.partner {
-    height: 385px;
-    background-color: #f7f7f7;
-
-}
-
-.title2 {
-    height: 123px;
-
-}
-
-.title2 h3,
-.title3 h3,
-.title4 h3 {
-    font-size: 22px;
-    text-align: center;
-    padding-top: 39px;
-    padding-bottom: 18px;
-}
-
-.title2 p,
-.title3 p,
-.title4 p {
-    font-size: 14px;
-    text-align: center;
-    padding-bottom: 28px;
-}
-
-.title2 p,
-.title3 p,
-.title4 p {
-    color: #999999;
-}
-
-.pimg ul li {
-    float: left;
-    border: 1px solid #ededed;
-    width: 188px;
-    height: 100px;
-
-}
-
-.pimg ul li img {
-    width: 150px;
-    height: 180px;
-    text-align: center;
-    vertical-align: middle;
-    /* padding-top: 30px; */
-    /* padding-left: 20px; */
-}
-
-.news {
-    margin-right: 60px;
-    margin-top: -100px;
-}
-
-.news dl {
-    float: left;
-    margin-right: 60px;
-    width: 320px;
-}
-
-.news dl dt {
-    font-size: 18px;
-    color: #000000;
-    font-weight: bold;
-    margin-bottom: 30px;
-}
-
-.news dl dd {
-    font-size: 12px;
-    line-height: 30px;
-}
-
-.news dl dd span {
-    float: right;
-    color: #8b8786;
-    line-height: 30px;
-}
-
-.news a {
-    color: #8b8786;
-}
-
-.news img {
-    margin-top: 26px;
-}
-
-.bottom {
-    margin-top: 44px;
-    height: 138px;
-    background-color: #363636;
-}
-
-.lianjie {
-    padding-top: 28px;
-}
-
-.bottom p {
-    text-align: center;
-    box-sizing: border-box;
-    font-size: 12px;
-    color: #797979;
-    line-height: 30px;
-}
-
-.bottom a {
-    color: #797979;
-}
-
-.bottom span {
-    margin: auto 10px;
-}
\ No newline at end of file
-- 
GitLab