HI thanks for replying me back.
Actually its more like "tabs"
i found similar solution from somewhere.
<style>
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap');
section{
padding: 80px 0;
}
img{
max-width: 100%;
}
*{
font-size: 16px;
font-family: 'Noto Sans TC', sans-serif;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none;
}
.uppercase__font{
text-transform: uppercase;
}
.capitalize__font{
text-transform: capitalize;
}
.justify{
text-align:justify;
}
.underline{
text-decor