The second page we added currently does not have styling. Let's add some CSS to style the page.
Next.js has built-in support for CSS and Sass. For this course, we will use CSS.
This lesson will also talk about how Next.js handles static assets like images and page metadata like the <title>
tag.
In this lesson, you’ll learn:
<head>
for each page.pages/_app.js
.If you’re looking for detailed documentation on Next.js styling, take a look at the CSS documentation.