|
|
Line 1: |
Line 1: |
| <!--- HTML styling; don't mess with this. - Tankman fan 44 --->
| |
| <html>
| |
| <style>
| |
| .tabbernav {
| |
| display: flex; /* Use flexbox to keep tabs in a single row */
| |
| justify-content: flex-start; /* Align tabs to the left */
| |
| flex-wrap: nowrap; /* Prevent wrapping */
| |
| overflow-x: auto; /* Allow horizontal scrolling if necessary */
| |
| }
| |
|
| |
| .tabbernav li {
| |
| flex: 0 0 auto; /* Prevent tabs from shrinking or growing */
| |
| list-style-type: none; /* Remove bullets from list items */
| |
| white-space: nowrap; /* Prevent text wrapping */
| |
| text-align: center; /* Center-align text within each tab */
| |
| }
| |
|
| |
| .tabbernav li a {
| |
| text-decoration: none; /* Remove underline from links */
| |
| color: #ff6347; /* Customize text color */
| |
| display: block; /* Make the link fill the entire tab */
| |
| }
| |
|
| |
| </style>
| |
| </html>
| |
| <!--Featured Article: Late March 2020 and September 27, 2023 --> | | <!--Featured Article: Late March 2020 and September 27, 2023 --> |
| {{#seo: | | {{#seo: |