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