Merge branch 'main' into ResponsiveCSS
This commit is contained in:
@@ -93,9 +93,14 @@
|
||||
<span class="colheader">Filtered Cluccs</span>
|
||||
</div>
|
||||
<div class="rightcol column">
|
||||
<div class="searchbar column"></div>
|
||||
<div class="searchcontainer column">
|
||||
<input class = "searchbar" type = "text" placeholder="SEARCH CLUCCS...">
|
||||
<button class = "button">SORT BY</button>
|
||||
<button class = "button">BLOCKED WORDS</button>
|
||||
<button class = "button">POPULARITY FILTER</button>
|
||||
</div>
|
||||
<div class="popchart column">
|
||||
<span class="colheader chartheader">Sports Popularity Chart</span>
|
||||
<h1 class="colheader chartheader">SPORTS POPULARITY CHART</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -185,7 +185,7 @@ body {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.searchbar {
|
||||
.searchcontainer {
|
||||
background-color: blue;
|
||||
/* height: 400px; */
|
||||
}
|
||||
@@ -200,4 +200,23 @@ body {
|
||||
font-weight: 500;
|
||||
font-size: 40px;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
font-size: 38px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.searchbar, .button {
|
||||
font-weight: bold;
|
||||
font-size: 32px;
|
||||
border-radius: 50px;
|
||||
padding: 10px;
|
||||
margin: 16px;
|
||||
}
|
||||
|
||||
.button {
|
||||
border-radius: 50px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* .button:hover {
|
||||
background-color: ;
|
||||
} */
|
||||
Reference in New Issue
Block a user