Compare commits

...

3 Commits

@ -127,7 +127,7 @@ var x = setInterval(function() {
// If the count down is finished, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("demo").innerHTML = "Archive";
document.getElementById("demo").innerHTML = "";
}
}, 1000);
</script>

@ -47,9 +47,7 @@
<div class="archive">
<div class="previous">ARCHIVE</div>
<br>
<br>
<div id="implicancies_06">

@ -776,7 +776,7 @@ filter: invert(1);
text-align: center;
background-color: black;
z-index: 100;
margin-top: 180px;
margin-top: 100px;
padding-top: 60px;
padding-bottom: 30px;

Loading…
Cancel
Save