Files
HistoryWebsite/history website/main.css
T
2016-05-14 18:59:23 -07:00

174 lines
2.4 KiB
CSS

html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
body {
margin:0;
padding: 0;
height: 100%;
width: 100%;
}
/*------Cover/Title------*/
div.cover {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
position: relative;
background-attachment: fixed;
background-image: url(images/introbg.jpg);
overflow: auto;
}
p.cover {
margin: 0;
padding: 0;
right: 0;
text-align: center;
height: 100%;
position: absolute;
width: 40%;
/*border: 5px solid red;*/ <-------border of title/quo tes place
font-size: 30px;
}
/* nav Bar */
.header {
margin: 0;
padding: 0;
position: fixed;
top: 0px;
height: 50px;
width: 100%;
border: 1px dotted blue;
background-color: purple;
z-index: 1;
}
ul.header li {
margin: 0;
text-align: center;
color: white;
padding: 20px;
display: inline-block;
}
/*------intro of Mr.Sewell segment------*/
div.intro {
margin: 0;
padding: 0;
height: 75%;
width: 100%;
position: relative;
background-color: purple;
}
p.intro{
margin: 5px;
padding: 0;
left: 0;
position: absolute;
height:98%;
width:40%;
background-color: red;
}
p.intro2 {
margin: 5px;
padding: 0;
right:0;
height: 98%;
width: 58%;
background-color: pink;
position: absolute;
}
/*---------music shit-----*/
div.music {
margin:0;
padding: 0;
height: 30%;
position: relative;
width: 100%;
background-color: grey;
}
/*--------Chapters---------*/
div.chapters {
margin:0;
padding:0;
height: 100%;
width: 100%;
background-color: blue;
position: relative;
top: 0;
}
p.chapter1 {
margin: 0;
padding:0;
height: 450px;
width: 300px;
border: 2px solid red;
position: absolute;
left: 20%;
top: 20%;
}
p.chapter2 {
margin: 0;
padding:0;
height: 450px;
width: 300px;
border: 2px solid red;
position: absolute;
left: 10%;
}
p.chapter3 {
margin: 0;
padding:0;
height: 450px;
width: 300px;
border: 2px solid red;
position: absolute;
top: 30%;
}
p.chapter4 {
margin: 0;
padding:0;
height: 450px;
width: 300px;
border: 2px solid red;
position: absolute;
right: 0;
}
p.chapter5 {
margin: 0;
padding:0;
height: 450px;
width: 300px;
border: 2px solid red;
position: absolute;
right: 0;
top:30%;
}