Currently, I have a setup where I have three buttons and three panels. When I click on Button 1, Panel 1 loads while Panel 2 and Panel 3 become invisible. Similarly, when I click on Button 2, Panel 2 loads while Panel 1 and Panel 3 are hidden. I would like to change the style of my buttons to resemble a tab container with tabs. Essentially, I want these three buttons to look like tabs. Is it possible to achieve this using CSS in combination with ASP.NET?