<head>
  <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300" rel="stylesheet">
</head>
<body>
  <h1>Hello, World!</h1>
  <p>🐣</p>
</body>
body {
  background: #1D2123;
}

h1 {
  font-family: 'Roboto Mono', monospace;
  font-size: 30px;
  color: #4AF2A1;
  text-align: center;
}

h1:hover {
  color: #FFFFFF;
  cursor: none;
}

p {
  font-size: 30px;
  text-align: center;
  cursor: crosshair;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.