Scroll Drawing

PHOTO EMBED

Mon Mar 08 2021 20:05:32 GMT+0000 (Coordinated Universal Time)

Saved by @randomize_first #css

body {

  /* feel free to change height */

  height: 000px;

  background: linear-gradient(
5
    to bottom,

    orange,

    darkblue

  );

}

​

h1 {

  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 

  font-weight: 300;

  color: white;

  text-transform: uppercase;

  text-align: center;

  font-size: 22px;

  letter-spacing: 5px;

  font-weight: 100;
content_copyCOPY

https://codepen.io/chriscoyier/pen/YXgWam