body {
background: #2E2F40;
font-family: 'Montserrat', sans-serif;
}
nav {
max-width: 1000px;
height: 0px;
border-bottom: 100px solid #860255;
border-left: 40px solid transparent;
position: relative;
margin: 0 auto;
box-shadow: 20px 17px 27px rgba(0, 0, 0, 0.15);
}
nav::before {
content: '';
margin-top: 10%;
display: block;
}
nav .inner {
width: 100%;
height: 100px;
position: absolute;
right: 0;
overflow: hidden;
background: #860255;
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #860255), color-stop(100, #EF4B3F));
background-image: -ms-linear-gradient(left, #860255 0%, #EF4B3F 100%);
background-image: -moz-linear-gradient(left, #860255 0%, #EF4B3F 100%);
background-image: -o-linear-gradient(left, #860255 0%, #EF4B3F 100%);
background-image: -webkit-linear-gradient(left, #860255 0%, #EF4B3F 100%);