Update index.html
This commit is contained in:
parent
16555343e1
commit
d5e36b3802
15
index.html
15
index.html
|
@ -8,7 +8,15 @@
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
padding:20px;
|
padding:20px;
|
||||||
background-color:#FFFFFF;
|
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;
|
-webkit-border-radius: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
@ -16,8 +24,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="box-blue">
|
<div class="box-blue">
|
||||||
<h1>Welcome to the DremJS Market!</h1>
|
<div class="box-blue-emb">
|
||||||
<hr />
|
<h1>Welcome to the DremJS Market!</h1>
|
||||||
|
</div>
|
||||||
<h2>"Your one-stop-shop for any Web App you need!"</h2>
|
<h2>"Your one-stop-shop for any Web App you need!"</h2>
|
||||||
</div>
|
</div>
|
||||||
<h2>Collection.JS</h2>
|
<h2>Collection.JS</h2>
|
||||||
|
|
Loading…
Reference in a new issue