css
This commit is contained in:
@@ -95,9 +95,19 @@
|
||||
<div class="rightcol column">
|
||||
<div class="searchcontainer column">
|
||||
<input class="searchbar" type="text" placeholder="SEARCH CLUCCS...">
|
||||
<button class="button">SORT BY <span class="material-symbols-outlined">arrow_drop_down</span></button>
|
||||
<button class="button">BLOCKED WORDS</button>
|
||||
<button class="button">POPULARITY FILTER</button>
|
||||
<div class="button">
|
||||
<span>SORT BY <span class="material-symbols-outlined">arrow_drop_down</span></span>
|
||||
<div class="sort-dropdown">
|
||||
<ul class="sort-dropdown-list">
|
||||
<li>Time</li>
|
||||
<li>Likes</li>
|
||||
<li>Retweets</li>
|
||||
<li>Replies</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="button">BLOCKED WORDS</div>
|
||||
<div class="button">POPULARITY FILTER</div>
|
||||
</div>
|
||||
<div class="popchart column">
|
||||
<h1 class="colheader chartheader">SPORTS POPULARITY CHART</h1>
|
||||
|
||||
@@ -221,10 +221,21 @@ body {
|
||||
}
|
||||
|
||||
.button {
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
background-color: white;
|
||||
border-radius: 50px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* .button:hover {
|
||||
background-color: ;
|
||||
} */
|
||||
} */
|
||||
|
||||
.sort-dropdown {
|
||||
|
||||
}
|
||||
|
||||
.sort-drop-list {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user