Update collectionjs.html

This commit is contained in:
Innovation Inc 2019-09-18 23:27:49 -05:00 committed by GitHub
parent be2698acdb
commit 23f42077be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,10 +20,6 @@
background-color:#009ac7; background-color:#009ac7;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
position: absolute;
width: 580px;
bottom: 150px;
right: 13px;
} }
.rel-uemb { .rel-uemb {
position: relative; position: relative;
@ -36,6 +32,18 @@
.cwhite { .cwhite {
color: #FFFFFF; color: #FFFFFF;
} }
html, body {
height: 100%;
margin: 0;
padding: 0;
}
img {
padding: 0;
display: block;
margin: 0 auto;
max-height: 100%;
max-width: 100%;
}
</style> </style>
</head> </head>
<body> <body>
@ -60,13 +68,13 @@
<p>Released: June 30, 2018</p> <p>Released: June 30, 2018</p>
<br /> <br />
<p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p> <p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>
<div class="box-blue-emb" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip')"> </div>
<center> <div class="box-blue-emb" onclick="clickSound('https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip')">
<h2 class="cwhite">Download</h2> <center>
<hr /> <h2 class="cwhite">Download</h2>
<h3 class="cwhite">Version 1.0.0</h3> <hr />
</center> <h3 class="cwhite">Version 1.0.0</h3>
</div> </center>
</div> </div>
<center><p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p></center> <center><p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p></center>
</body> </body>