* {
    margin: 0;
    padding: 0;
}

.x {
    width: 100%;
    max-width: 750px;
    margin: auto;
}

img {
    width: 100%;
}

.item {
    width: 200px;
    height: 40px;
    background-color: pink;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.active {
    background-color: red;
}