Task 6: Optional Styling
Styling has been provided if you would like to add it to your project.
You can start by importing styling.css
into the following components:
Banner.jsx
Table.jsx
Buttons.jsx
Inside Buttons.jsx
update the <div>
in line 6 so that its className
is equal to flex-container
.
Reminder: This step is optional.