@qatools/js-utils
Version:
JavaScript utilities
40 lines (35 loc) • 716 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HELPER</title>
<style>
table {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
table td,
table th {
border: 1px solid #ddd;
padding: 8px;
}
table tr:nth-child(even) {
background-color: #f2f2f2;
}
table tr:hover {
background-color: #ddd;
}
table th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #04aa6d;
color: white;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>