Challenge 2

  1. Open the web editor (click the “Try it yourself!” button below)

  2. Add an id attribute to one of the header tag. For example, <header id="page-title">

  3. Toggle to the CSS tab #page-title { styling here... }

  4. Change the title color by adding color: yellow; inside the curly braces

  5. Change the font by adding font-family: ‘Roboto Mono’, monospace; inside the curly braces and adding @import url(‘https://fonts.googleapis.com/css?family=Roboto+Mono'); at the top of the CSS tab

Try it yourself!