1
I need to make a div that has the appearance of the image below:
I tried to do with background image, but it is more difficult to position, as in the image below:
The problem is to make this area marked in the image below:
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #ffffff;
    border: 1px solid transparent !important;
    border-bottom-color: transparent !important;
    width: 150px !important;
    height: 50px !important;
    font-family: 'EurostileLTStd';
    text-align: center;
    color: #16824d;
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-left: 15px;
    z-index: 1030;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.44);
    opacity: 0.8;
}


Cool, and what did you try? Edit the question and include your code, even if it’s wrong.
– Renan Gomes
Lamppost
html,cssandjs– Kenny Rafael