1
00:00:00,020 --> 00:00:04,970
As far as the CSS for charts container, it's actually not that much.

2
00:00:05,000 --> 00:00:09,740
For starters, we want to navigate to wrappers, then charts container.

3
00:00:09,740 --> 00:00:12,930
And as you can see, we just want to add some margin to the top.

4
00:00:12,950 --> 00:00:16,430
Text align in the center, then style the button differently.

5
00:00:17,210 --> 00:00:19,730
And also add some styles to the heading four.

6
00:00:19,730 --> 00:00:21,650
So let me remove all of this code.

7
00:00:22,660 --> 00:00:24,970
And let's set it up one by one.

8
00:00:24,970 --> 00:00:28,390
So margin top is going to be equal to for Rmse.

9
00:00:28,420 --> 00:00:31,180
Then we want to text align center.

10
00:00:31,900 --> 00:00:34,040
So let's set it equal to center here.

11
00:00:34,060 --> 00:00:39,700
Then we want to target the button and let's add background transparent.

12
00:00:39,700 --> 00:00:42,970
And also we want to go with border color, transparent.

13
00:00:44,520 --> 00:00:46,410
After that, we want to capitalize the text.

14
00:00:46,410 --> 00:00:47,550
So text.

15
00:00:48,500 --> 00:00:49,100
Transform.

16
00:00:49,100 --> 00:00:49,790
Capitalize.

17
00:00:51,580 --> 00:00:59,200
And let's also add the color and let's set it equal to primary and then 500.

18
00:00:59,350 --> 00:01:02,170
After that, we want to increase the font size.

19
00:01:02,170 --> 00:01:05,410
So I'll set it equal to 1.25 Rems.

20
00:01:05,620 --> 00:01:09,130
Then cursor is going to be equal to a pointer.

21
00:01:09,640 --> 00:01:16,810
And then at the very end we're going to go over here and we'll go with heading for text align and we'll

22
00:01:16,810 --> 00:01:24,370
set it equal to center and then margin bottom, we'll set it to 0.75.

23
00:01:25,350 --> 00:01:26,100
Rems.

24
00:01:26,100 --> 00:01:27,130
Let's save it.

25
00:01:27,150 --> 00:01:29,220
Let's navigate back to the browser.

26
00:01:29,500 --> 00:01:36,300
And if we see the same result, we're in good shape and we can move on to the next step.

