Tell us what’s happening:
Now target the th elements within your table body, and give them a width of the entire container, less 12rem.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
tbody th{
width:((100% - 12rem);
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36
Challenge Information:
Learn More About CSS Pseudo Selectors by Building A Balance Sheet - Step 54