Update collectionjs.html
This commit is contained in:
parent
d645b79439
commit
68abd8886f
|
@ -21,6 +21,9 @@
|
|||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
height: 10px;
|
||||
position: relative;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
}
|
||||
.rel-uemb {
|
||||
position: relative;
|
||||
|
@ -33,11 +36,6 @@
|
|||
.cwhite {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.bottom {
|
||||
position: relative;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -62,7 +60,7 @@
|
|||
<p>Released: June 30, 2018</p>
|
||||
<br />
|
||||
<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, bottom" 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')">
|
||||
<h2 class="cwhite">Download</h2>
|
||||
<hr />
|
||||
<h3 class="cwhite">Version 1.0.0</h3>
|
||||
|
|
Loading…
Reference in a new issue