mirror of
https://github.com/abrendan/smolNews.git
synced 2025-08-25 05:52:06 +02:00
Added a reset filter button and cleaned the design a little bit more
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<link rel="icon" href="https://i.ibb.co/jvVTdPM/nobackground-withoutname2.png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container mt-5 mx-auto">
|
||||
<div class="container mt-3 mx-auto">
|
||||
<div class="text-center mb-4">
|
||||
<img src="/images/smolNews_transparent-grey.png" alt="smolNews" class="title-logo">
|
||||
</div>
|
||||
@@ -50,6 +50,7 @@
|
||||
<div class="form-group">
|
||||
<input type="text" id="searchInput" class="form-control" placeholder="Search for articles...">
|
||||
</div>
|
||||
<button id="resetButton" class="btn btn-secondary btn-block mb-2">Reset Filters</button>
|
||||
<button id="searchButton" class="btn btn-primary btn-block">Search</button>
|
||||
<div id="articles" class="mt-4"></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user