added div

This commit is contained in:
J-Klinke 2024-06-14 12:48:06 +02:00
parent 6dbafc99de
commit cc0653d78c
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -38,7 +38,7 @@ header {
}
}
.dataset {
.dataset, #functionBar {
padding: 1rem 2rem;
background-color: var(--fg-color, darkgrey);
border-radius: 1rem;