Update style.css

This commit is contained in:
talksik
2016-05-13 16:09:03 -07:00
parent 1c03995cfc
commit f813c8a0b5
+32 -10
View File
@@ -1,33 +1,55 @@
body {
margin: 0;
padding: 0;
}
div.cover { div.cover {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
border: none; border: none;
background-image: url(Images...); background-color: red;
position: fixed; position: relative;
background-attachment: fixed;
} }
p.cover { p.cover {
background-color: blue;
margin: 0; margin: 0;
padding: 0; padding: 0;
left: 40%; right: 0;
top: 0; left: 60%;
position: relative; position: absolute;
height: 100%; height: 100%;
right: 0; right: 0;
} }
div.intro { div.intro {
margin: 0;
padding: 0;
height: 80%;
position: relative;
} }
img.intro { img.intro {
margin: 0; margin: 10;
left: 0;
width: 30%; width: 30%;
height: 100%; height: 100%;
background-color: pink;
position: absolute;
} }
p.intro {
margin: 10;
margin-left: 20;
padding: 0;
position: absolute;
left: 30%;
background-color: black;
}