Update index.html
This commit is contained in:
parent
197bd0ed9e
commit
aa6d779da4
|
@ -20,6 +20,10 @@
|
|||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.rel-p {
|
||||
position: relative;
|
||||
left: 25px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -27,7 +31,7 @@
|
|||
<div class="box-blue-emb">
|
||||
<h1>Welcome to the DremJS Market!</h1>
|
||||
</div>
|
||||
<h2>"Your one-stop-shop for any Web App you need!"</h2>
|
||||
<h2 class="rel-p">"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>
|
||||
|
|
Loading…
Reference in a new issue