Update index.html
This commit is contained in:
parent
16555343e1
commit
d5e36b3802
15
index.html
15
index.html
|
@ -8,7 +8,15 @@
|
|||
overflow:hidden;
|
||||
padding:20px;
|
||||
background-color:#FFFFFF;
|
||||
border:10px solid #afcde3;
|
||||
border:10px solid #009ac7;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.box-blue-emb {
|
||||
margin:0 0 25px;
|
||||
overflow:hidden;
|
||||
padding:20px;
|
||||
background-color:#009ac7;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
@ -16,8 +24,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="box-blue">
|
||||
<h1>Welcome to the DremJS Market!</h1>
|
||||
<hr />
|
||||
<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>
|
||||
</div>
|
||||
<h2>Collection.JS</h2>
|
||||
|
|
Loading…
Reference in a new issue