React Essentials

Join the React Bootcamp

The React Bootcamp is 5 full weeks of professional React training to take you from wherever you are to top-tier React programmer in record time.

Lifetime Access

$79
Complete Package
Become a React Pro
Problem

Inline Styles

Using inline styles, give the "Create" button a green background color and white text color.

Give the "Update" button an orange (darkorange) background color and white text color.

Give the "Delete" button a red background color, white text color, and font weight of bold.

This lesson is part of the full version of the React Bootcamp.

Click here to purchase.
Already joined? Log in here

Transcript

Right here we have a button, a simple button, the styles are coming from our stylesheet. Here, I'm using Tailwind CSS, as we've seen before class name allows us to add classes, we can of course, add as many as we like. So we have our wrapper class around the span, and all of our button styles...