xxxxxxxxxx
<html>
<head>
<style type="text/css">
ul {
margin:0;
padding:0;
text-align: center;
list-style:none;
}
ul li {
padding: 2px 5px;
}
ul li:before {
content:url(http://www.un.org/en/oaj/unjs/efiling/added/images/bullet-list-icon-blue.jpg);;
}
</style>
</head>
<body>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</body>
</html>
xxxxxxxxxx
.list-wrapper {
text-align: -webkit-center;
}
.list-wrapper ul {
display:block;
}
xxxxxxxxxx
<!-- With bootstrap -->
<div class="d-flex justify-content-center">
<ul>
</ul>
</div>
xxxxxxxxxx
<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;">
<table>
<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>