Update index-featured.html

This commit is contained in:
SparrOSDeveloperTeam 2019-04-23 13:06:12 -05:00 committed by GitHub
parent a4898362eb
commit 0619d488b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@
left: 25px; left: 25px;
} }
.rel-emb { .rel-emb {
position: absolute; position: relative;
top: 2px; left: 25px;
} }
.cwhite { .cwhite {
color: #FFFFFF; color: #FFFFFF;
@ -44,7 +44,7 @@
<hr /> <hr />
<div class="box-blue"> <div class="box-blue">
<div class="box-blue-emb"> <div class="box-blue-emb">
<h1>Featured Items</h1> <h1 class="rel-uemb">Featured Items</h1>
</div> </div>
<h2 class="rel-uemb"><a href="collection.js" onclick="playSound('select.wav');">>Collection.JS</a></h2> <h2 class="rel-uemb"><a href="collection.js" onclick="playSound('select.wav');">>Collection.JS</a></h2>
<p class="rel-uemb">A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p> <p class="rel-uemb">A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>