Design responsive and stylish tables with CSS properties.
/* Table Wrapper */ table { width: 100%; border-collapse: collapse; color: #ffffff; } th, td { border: 1px solid #4b5563; padding: 12px; text-align: left; vertical-align: middle; } th { background-color: #1f2937; }