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