Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body, html {
- width: 100%;
- height: 100%;
- }
- * {
- margin: 0;
- padding: 0;
- outline: none;
- }
- body {
- background-color: #d5feff;
- margin: 0px;
- font-family: Trebuchet MS, Helvetica;
- }
- header {
- background-color: #78eced;
- height: 100px;
- border-top: 1px solid #867777;
- border-bottom: 1px solid #867777;
- display: flex;
- position: fixed;
- width: 100%;
- }
- #box_menu {
- min-width: 68px;
- width: 68px;
- margin: auto 10px;
- }
- #box_menu button {
- background-color: Transparent;
- background-repeat:no-repeat;
- overflow: hidden;
- border: 2px solid black;
- border-radius: 20px;
- width: 70px;
- height: 70px;
- }
- #box_menu button:hover{
- box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
- }
- .box_logo {
- width: 20%;
- min-width: none;
- float: left;
- }
- .logo {
- }
- .find {
- min-width: 50%;
- width: 50%;
- }
- .find input {
- width: 100%;
- height: 60px;
- background: white;
- border: 1px solid #867777;
- margin: 20px 0px;
- border-radius: 60px;
- padding-left: 20px;
- }
- .find input:hover{
- box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
- }
- .find input:focus{
- box-shadow: inset 0 1px 5px rgba(0,0,0,0.2);
- }
- #icon_panel {
- float: left;
- width: 30%;
- display: flex;
- justify-content: space-evenly;
- min-width: 270px;
- text-align: center;
- }
- #icon_panel .box {
- float: left;
- min-width: 90px;
- }
- #icon_panel a {
- color: black;
- text-decoration: none;
- }
- #icon_panel a:hover{
- color: #b0b0b0;
- }
- .icon {
- margin: 10px 10px 0px 10px;
- width: 56px;
- height: 56px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement