From the course: SharePoint 2019: Customizing with Themes and CSS

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Solution: Create a new CSS element

Solution: Create a new CSS element

- [Instructor] Alright, let's see how you did. First off, let's take a look at the CSS for the new element. Now, here's how I did it. You can see I've used a class, but I could've just as easily used an ID. Now, on my web part page, here's the embedded script. I've got style, and here's the CSS that we've got, and there's closing that off, and here is how my text looks on my page. Now, there's a lot of other things that I could've done. I could've changed the font type. I could've added a background color, plenty of different possibilities when you start playing around. How did you do?

Contents