sample.css 114 B

1234567
  1. h1 {
  2. color: hotpink;
  3. font-family: cursive;
  4. display: inline-block;
  5. position:sticky;
  6. top: 0;
  7. }