<head>
  <style>
    h1 {
      color: blue;
    }
  </style>
</head>
<body>
  <h1>CSSの基礎#1</h1>
  <p>CSSの基本事項の総まとめサイトができました!</p>
</body> 

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.