Update collectionjs.html

This commit is contained in:
Innovation Inc 2019-09-18 23:43:19 -05:00 committed by GitHub
parent 2885dc1d8e
commit bb105c90e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,10 @@
border-radius: 5px; border-radius: 5px;
} }
.box-blue-emb { .box-blue-emb {
margin:0 0 5px; margin:0 0 25px;
overflow:hidden; overflow:hidden;
padding:0px; padding:0px;
background-color:#009ac7; background-color:#009ac7;
-webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
} }
.rel-uemb { .rel-uemb {
@ -71,11 +70,10 @@
</div> </div>
<div class="box-blue-emb" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip')"> <div class="box-blue-emb" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip')">
<center> <center>
<h2 class="cwhite">Download</h2> <h3 class="cwhite">Download</h2>
<hr /> <hr />
<h3 class="cwhite">Version 1.0.0</h3> <h3 class="cwhite">Version 1.0.0</h3>
</center> </center>
</div> </div>
<center><p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p></center>
</body> </body>
</html> </html>