diff --git a/style.css b/style.css index 8b13789..aef5d10 100644 --- a/style.css +++ b/style.css @@ -1 +1,33 @@ +div.cover { + margin: 0; + padding: 0; + width: 100%; + height: 100%; + border: none; + background-image: url(Images...); + position: fixed; + background-attachment: fixed; +} +p.cover { + margin: 0; + padding: 0; + left: 40%; + top: 0; + position: relative; + height: 100%; + right: 0; +} + + +div.intro { + +} + +img.intro { + margin: 0; + left: 0; + width: 30%; + height: 100%; +} +