mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-19 15:29:18 +00:00
51 lines
679 B
CSS
51 lines
679 B
CSS
.header {
|
|
width: auto;
|
|
background-color: dimgrey;
|
|
color: white;
|
|
text-align: center;
|
|
padding: .25em;
|
|
}
|
|
|
|
#headerContent {
|
|
display: flex;
|
|
}
|
|
|
|
.logo {
|
|
position: relative;
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.logo:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.searchBox {
|
|
position: relative;
|
|
margin: auto;
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.searchBox input {
|
|
width: 100%;
|
|
padding: .25em;
|
|
display: inline-block;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.profileIcon {
|
|
position: relative;
|
|
margin: auto;
|
|
margin-left: 10%;
|
|
}
|
|
|
|
.profileIcon:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.icon-3d {
|
|
padding: 10px;
|
|
color: #fff;
|
|
}
|