<style> | |
table { | |
border-collapse: collapse; | |
margin-top: 20px; | |
width: 100%; | |
} | |
th, | |
td { | |
border-bottom: 1px solid var(--light-gray-color); | |
padding: 8px; | |
text-align: start; | |
} | |
th { | |
background-color: var(--white-color); | |
color: var(--dark-text-color); | |
} | |
</style> | |
<table id="device-info-table"> | |
<tr> | |
<th>Property</th> | |
<th>Value</th> | |
</tr> | |
</table> |