Header

by Roberto Apasajja

HTML

<div class="head1body"><div class="head1">head1</div></div>

CSS

body{
  margin: 0;
}


.head1body{
  padding: 0 0 99px;
  background: #efebdf;
}
.head1 {
    line-height: 1;
    position: relative;
    z-index: 11;
    background: #fbf7f2;
    height: 80px;
    box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.1), 0 -1px 0 #daccbb inset, 0 -2px 0 #f1f1f1 inset, 0 -16px 31px -17px #dacfc2 inset;
}