Update index-shop.html

This commit is contained in:
Innovation Inc 2019-04-22 10:40:11 -05:00 committed by GitHub
parent f163cca273
commit 3bd6117842
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
} }
.rel-emb { .rel-emb {
position: absolute; position: absolute;
text-align: center; top: 2px;
} }
.cwhite { .cwhite {
color: #FFFFFF; color: #FFFFFF;
@ -40,7 +40,7 @@
<body> <body>
<div class="box-blue"> <div class="box-blue">
<div class="box-blue-emb"> <div class="box-blue-emb">
<h1 class="rel-emb cwhite">Welcome to the DremJS Market!</h1> <center><h1 class="rel-emb cwhite">Welcome to the DremJS Market!</h1></center>
</div> </div>
<h2 class="rel-uemb acent">"Your one-stop-shop for any Web App you need!"</h2> <h2 class="rel-uemb acent">"Your one-stop-shop for any Web App you need!"</h2>
</div> </div>