Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Add Inline CSS To A React Element

- Use a [TODO: Code shorthand span ] propery with a object inside the [TODO: Code shorthand span ] which results in ` {{ stuff }} ` - Use camleCaseNames instead of kabob - case - names

javascript
const element = (
    <div style={{fontStyle: 'italic', backgroundColor: 'red'}}>
        this is inline CSS
    </div>
)