...

/

Exercise: Custom Styling Using Styled JSX

Exercise: Custom Styling Using Styled JSX

Use what you’ve learned in this chapter to complete this coding exercise.

Problem statement

You have a website built with Next.js, and you want to enhance the appearance of the main heading h1 on the index.js page. To achieve this, you’ll use Styled JSX, a styling solution provided by Next.js. Styled JSX allows you to customize the visual aspects of HTML ...