Update index.html

This commit is contained in:
Innovation Inc 2019-04-22 09:41:05 -05:00 committed by GitHub
parent 3c07c2d66f
commit 2de6a9e797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,18 +21,22 @@
border-radius: 5px;
height: 10px;
}
.rel-p {
.rel-uemb {
position: relative;
left: 25px;
}
.rel-emb {
position: relative;
top: 2px;
}
</style>
</head>
<body>
<div class="box-blue">
<div class="box-blue-emb">
<h1>Welcome to the DremJS Market!</h1>
<h1 class="rel-emb">Welcome to the DremJS Market!</h1>
</div>
<h2 class="rel-p">"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>
<h2>Collection.JS</h2>
<p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>