tabs html css only code example
Example 1: tabs css only
.tabs {
display: flex;
flex-wrap: wrap;
max-width: 700px;
background: #efefef;
box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);
}
Example 2: tabs css only
.input {
position: absolute;
opacity: 0;
}