How to align html table in center of page and elements inside the table with fixed width and centered

1 · Adrian Matei · June 16, 2021, 10 p.m.
Project: codever - File: howto-get-started.component.scss Set margin-left and margin-right to auto to align in center of the page/div and text-align to align the text and image inside of the table headers and cells: .extensions-table { margin-left: auto; margin-right: auto; th, td { width: 8rem; text-align: center; } } Its use in html: <div class="container"> <h2>Get started</h2> <p class="lead">Codever is a bookmark and code snippets manager created and designed for D...