<head>
  <link rel="stylesheet" href="css/styles.css">
</head>
<body>
  <h1>CSSの基礎#1</h1>
  <p>CSSの基本事項の総まとめサイトができました!</p>
  <a href="https://www.fuwafuwa-af.com/">リンク</a>
</body> 
h1 {
  color: blue;
  font-size: 24px;
  text-align: center;
}

p {
  font-weight: bold;
  text-decoration: line-through;
}

a {
  text-decoration: none;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.