blob: fe3efd2f97777df97d5b1440bf522ac731894457 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<meta name="viewport" content="width=1060">
<title>Waterloo Campaign 1815</title>
<style>
body{background-color:slategray;margin:20;}
.page{
margin:20px auto;
width:1020px;
height:1320px;
background-color:white;
box-shadow:1px 1px 8px #0008;
}
</style>
<body>
<div class="page" style="background-image:url(tec1.jpg)"></div>
<div class="page" style="background-image:url(tec2.jpg)"></div>
<div class="page" style="background-image:url(aid1.png)"></div>
|