added div
This commit is contained in:
parent
6dbafc99de
commit
cc0653d78c
@ -12,7 +12,11 @@
|
|||||||
<h1>Welcome to DataDash</h1>
|
<h1>Welcome to DataDash</h1>
|
||||||
<p>The place to launch and discover datasets and API endpoints.</p>
|
<p>The place to launch and discover datasets and API endpoints.</p>
|
||||||
</header>
|
</header>
|
||||||
|
<div id="functionBar">
|
||||||
|
<div id="searchBar">
|
||||||
|
<p>lilalu</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<section id="recents">
|
<section id="recents">
|
||||||
<h2>Recently added:</h2>
|
<h2>Recently added:</h2>
|
||||||
<ul class="datasets">
|
<ul class="datasets">
|
||||||
@ -107,7 +111,7 @@
|
|||||||
</aside>
|
</aside>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -38,7 +38,7 @@ header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dataset {
|
.dataset, #functionBar {
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
background-color: var(--fg-color, darkgrey);
|
background-color: var(--fg-color, darkgrey);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user