Compare commits

...

3 Commits

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

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

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

Loading…
Cancel
Save