You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

42 lines
609 B

body {
background-color: #CCC;
font-family: "Overpass", sans-serif;
}
#book {
width: 80%;
padding: 10px;
margin: 0 auto;
min-height: 600px;
max-width: 900px;
}
#page {
float: left;
width: 80%;
min-height: 500px;
}
#pageImage {
width: 100%;
max-height: 400px;
}
#pageText {
background-color: rgba(1,1,1,.5);
padding: 10px;
color: white;
}
#buttons {
float: right;
display: inline;
width: 15%;
padding: 10px;
}
#buttons button {
display: block;
width: 100%;
margin-top: 5px;
}

Powered by TurnKey Linux.