.tabs li { display: inline-block; padding-right: 8px; } .tabs li a { position: relative; cursor: default; } .tabs li button { position: relative; border: none; background: none; } .tab-svg-path { position: absolute; fill: #21253c; stroke: #690455; stroke-width: 4; stroke-miterlimit: 10; pointer-events: all; } .tab-svg-text { fill: #FFFFFF; font-family: "Roboto"; font-size: 18px; text-anchor: middle; } #tabs-main { float: left; margin-left: 32px; padding: 0; list-style: none; } #tabs-account { float: right; margin-right: 24px; padding: 0; list-style: none; }