Update index.html
This commit is contained in:
parent
3c07c2d66f
commit
2de6a9e797
10
index.html
10
index.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue