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 {
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 {
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;
}