Update style.css

This commit is contained in:
leopengpong
2016-05-13 11:29:18 -07:00
parent 5133998d71
commit d82511bb27
+32
View File
@@ -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%;
}