Project for the Hybrid Publishing thesis award of 2018. By Julie Boschat Thorez and Cristina Cochior. https://www.wdka.nl/work/sic-scripture http://51.255.169.99:8080/
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.
 
 
 
 

61 lines
918 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>The bundle</title>
</head>
<body>
<div class="row">
<div class="column" id="bundle-left">
<img src="../static/bundle-imgs/foo-0.jpg">
</div>
<div class="column" id="bundle-center">
</div>
<div class="column" id="bundle-right">
<img src="../static/bundle-imgs/foo-1.jpg">
<img src="../static/bundle-imgs/debris.found.ssw_lumsden_primary_school.leossoundday.jpg"></div>
</div>
<style type="text/css">
html,body{
top:0;
left: 0;
margin:0px;
}
.column{
float:left;
overflow-y:scroll;
height: 10%;
height: 100vh;
}
#bundle-left{
width: 30%;
background-color: lime;
}
#bundle-center{
width: 36%;
/*background-color: red;*/
padding: 0 2% 0 2%;
}
#bundle-right{
width: 30%;
background-color: blue;
}
img{
width: 100%;
}
.row:after {
content: "";
display: table;
clear: both;
}
</style>
</body>
</html>