nav-bar.component.css 529 Bytes
.Navbar {
	padding: 0% 2% 0% 2%;
	height: 100%;
	background-color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.NavText {
	color: white;
	float: right;
}

.NavLogo {
	float: left;
	width: 20%;
}

.NavSearchContainer {
	margin-left: 20%;
	width: 35%;
	justify-content: center;
	display: flex;
	justify-content: space-between;
}

.NavInput {
	outline: none;
	margin-right: 10%;
	height: 40%;
	width: 90%;
	float: right;
	padding: 6px;
	border: none;
	font-size: 17px;
	border-radius: 10px;

}