CSS Grid Headings
This commit is contained in:
		| @@ -66,7 +66,12 @@ | |||||||
|                 <div class="centercol column"> |                 <div class="centercol column"> | ||||||
|                     <h1 class="colheader">FILTERED CLUCCS</h1> |                     <h1 class="colheader">FILTERED CLUCCS</h1> | ||||||
|                 </div> |                 </div> | ||||||
|                 <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"> |                 <div class="popchart column"> | ||||||
|                     <h1 class="colheader chartheader">SPORTS POPULARITY CHART</h1> |                     <h1 class="colheader chartheader">SPORTS POPULARITY CHART</h1> | ||||||
|                 </div> |                 </div> | ||||||
|   | |||||||
| @@ -150,7 +150,7 @@ body { | |||||||
| 	grid-row: 1/ -1; | 	grid-row: 1/ -1; | ||||||
| } | } | ||||||
|  |  | ||||||
| .searchbar { | .searchcontainer { | ||||||
| 	background-color: blue; | 	background-color: blue; | ||||||
| 	height: 400px; | 	height: 400px; | ||||||
| } | } | ||||||
| @@ -164,3 +164,23 @@ body { | |||||||
| 	font-size: 38px; | 	font-size: 38px; | ||||||
| 	padding-left: 30px; | 	padding-left: 30px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .searchbar { | ||||||
|  | 	width: 500px; | ||||||
|  | } | ||||||
|  | .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
	 Drew
					Drew