---
id: 5f3ef6e0f8c230bdd2349716
title: Part 64
challengeType: 0
dashedName: part-64
---
# --description--
The `h1` and `h2` elements' text are set by default values of the user's browser.
Add two new type selectors (`h1` and `h2`). Use the `font-size` property for both, but use the value `40px` for the `h1` and `30px` for the `h2`.
# --hints--
Test 1
```js
```
# --seed--
## --seed-contents--
```html