From 9e4b6c1f5d59bbab5b4a9e956eccb7815bb48503 Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 13 May 2016 19:34:22 -0700 Subject: [PATCH] Delete style.css --- style.css | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 5d15aa8..0000000 --- a/style.css +++ /dev/null @@ -1,55 +0,0 @@ -body { - margin: 0; - padding: 0; -} - - - - -div.cover { - margin: 0; - padding: 0; - width: 100%; - height: 100%; - border: none; - background-color: red; - position: relative; -} -p.cover { - background-color: blue; - margin: 0; - padding: 0; - right: 0; - left: 60%; - position: absolute; - height: 100%; - right: 0; -} - - - - - -div.intro { - margin: 0; - padding: 0; - height: 80%; - position: relative; -} - -img.intro { - margin: 10; - width: 30%; - height: 100%; - background-color: pink; - position: absolute; -} -p.intro { - margin: 10; - margin-left: 20; - padding: 0; - position: absolute; - left: 30%; - background-color: black; - -}