Update index-shop.html

This commit is contained in:
Innovation Inc 2019-04-22 10:44:44 -05:00 committed by GitHub
parent 5b04fba30c
commit 42aea359c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,6 @@
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
height: 10px; height: 10px;
text-align: center;
} }
.rel-uemb { .rel-uemb {
position: relative; position: relative;
@ -33,9 +32,6 @@
.cwhite { .cwhite {
color: #FFFFFF; color: #FFFFFF;
} }
.acent {
text-align: center;
}
</style> </style>
</head> </head>
<body> <body>
@ -43,7 +39,7 @@
<div class="box-blue-emb"> <div class="box-blue-emb">
<h1 class="rel-emb cwhite">Welcome to the DremJS Market!</h1> <h1 class="rel-emb cwhite">Welcome to the DremJS Market!</h1>
</div> </div>
<h2 class="rel-uemb acent">"Your one-stop-shop for any Web App you need!"</h2> <h2 class="rel-uemb">"Your one-stop-shop for any Web App you need!"</h2>
</div> </div>
<h2>Collection.JS</h2> <h2>Collection.JS</h2>
<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>