added tasks

master
simon 4 years ago
parent be14ea70b2
commit c2579678e3

@ -27,14 +27,9 @@
<div class="container-fluid">
<div class="row">
<a class="heading" onclick="showNote()">Library of Contingencies*</a><br>
<!-- <div class="alert alert-dark alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-label="close">&times;</button> -->
<iframe id="note" class="note" src="A_note_to_the_reader.html">
</iframe>
</div>
</div>
<div class="row">
<iframe id="note" class="note" src="A_note_to_the_reader.html"></iframe>
</div>
<div class="row">
<div class="col">
<iframe class="cards" name="verso" target="recto">
</iframe>

@ -175,6 +175,12 @@ iframe[name="recto"] {
box-shadow: 5px 8px #888888;
}
.note {
display: none;
position: absolute;
background-color: white;
z-index: 10;
}
/*
img {
position: absolute;

Loading…
Cancel
Save