<nav class="main-menu">
<ul>
<li class="search"></li>
</ul>
</nav>
.main-menu {
width: 100%;
height: 34px;
border-radius: 8px;
background-color: #252525;
margin-top: 30px;
> ul {
margin: 0;
> li {
display: block;
}
.search {
width: 40px;
height: 34px;
background-color: #ffcc00;
}
}
}
li:first-child{border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
li:last-child{border-top-right-radius: 8px; border-bottom-right-radius: 8px;}