Files
HistoryWebsite/style.css
T
2016-05-13 11:29:18 -07:00

34 lines
377 B
CSS

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