Horje
html center li Code Example
center ul
dropdwon-menu {
	left: 50%;
	transform: translateX(-50%);
}
how to center a list in html
/* Either center the list directly or center the parent element */

ul {
 text-align: center;
}

/* OR */

div .list {
 text-align: center;
}
html center li

          <tr>
            <td style="background-color: #ffffff; color:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 15.3px; letter-spacing: 0.2px;line-height:20px; padding: 0 45px 20px 45px; font-weight: 300;">
              
              <div style="overflow-x:auto;">
<TABLE class="w3-table w3-striped w3-bordered w3-border w3-white">
                <tr>
                  <td><li>Adaptive air suspension</li></td>
                  <td><li>MMI navigation with touch feedback</li></td>
                </tr>
                <tr>
                  <td><li>Electric front seats with driver memory function</li></td>
                  <td><li>Lane change assistant with rear cross traffic alert and exit warning</li></td>
                </tr>
                <tr>
                  <td><li>360-degree cameras</li></td>
                  <td><li>4 zone climate control</li></td>
                </tr>
              </table>

            </td>
          </tr>




Html

Related
a tag download csv save download Code Example a tag download csv save download Code Example
json to html table Code Example json to html table Code Example
how to make clicking button send you down to a certain section of page html Code Example how to make clicking button send you down to a certain section of page html Code Example
bootstrap 2 rows menu Code Example bootstrap 2 rows menu Code Example
How to start an html Code Example How to start an html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8