From f813c8a0b503798b8300e21c38cbc017ec42052d Mon Sep 17 00:00:00 2001 From: talksik Date: Fri, 13 May 2016 16:09:03 -0700 Subject: [PATCH] Update style.css --- style.css | 42 ++++++++++++++++++++++++++++++++---------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index aef5d10..5d15aa8 100644 --- a/style.css +++ b/style.css @@ -1,33 +1,55 @@ +body { + margin: 0; + padding: 0; +} + + + + div.cover { margin: 0; padding: 0; width: 100%; height: 100%; border: none; - background-image: url(Images...); - position: fixed; - background-attachment: fixed; + background-color: red; + position: relative; } p.cover { + background-color: blue; margin: 0; padding: 0; - left: 40%; - top: 0; - position: relative; + right: 0; + left: 60%; + position: absolute; height: 100%; right: 0; } + + + div.intro { - + margin: 0; + padding: 0; + height: 80%; + position: relative; } img.intro { - margin: 0; - left: 0; + 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; - +}