From 3f4133a0268d40d3cc9dea699c6d197a9aad5cc4 Mon Sep 17 00:00:00 2001
From: Koumaarashankar JAYASHANKAR <koumaarashankar.jayashankar@ensiie.fr>
Date: Mon, 9 May 2016 19:00:00 +0200
Subject: [PATCH] =?UTF-8?q?eliminez=20fichier=20pas=20n=C3=A9cessaire=20st?=
 =?UTF-8?q?yle.css?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .Rhistory |  0
 style.css | 33 ---------------------------------
 2 files changed, 33 deletions(-)
 create mode 100644 .Rhistory
 delete mode 100644 style.css

diff --git a/.Rhistory b/.Rhistory
new file mode 100644
index 0000000..e69de29
diff --git a/style.css b/style.css
deleted file mode 100644
index 403252a..0000000
--- a/style.css
+++ /dev/null
@@ -1,33 +0,0 @@
-h1{
-    text-align:center;
-    color: blue;
-    
-}
-
-body{
-    background-image:url("Captain-America-Civil-War-banner-101.jpg");
-    background-position:top;
-    background-attachement:fixed;
-}
-
-ul {
-    list-style-type:none;
-    margin:0;
-    padding:0;
-    overflow:hidden;
-    background-color: #333;
-}
-
-li{
-    float:left;
-}
-
-li a{
-    display:block;
-    color:white;
-    text-align:center;
-}
-
-li a:hover{
-    background-color:#111;
-}
\ No newline at end of file
-- 
GitLab