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

View File

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