Skip to content

Instantly share code, notes, and snippets.

@YodaLightsabr
Created June 17, 2022 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YodaLightsabr/b382dd7dd68286b25d94ac0247fad00a to your computer and use it in GitHub Desktop.
Save YodaLightsabr/b382dd7dd68286b25d94ac0247fad00a to your computer and use it in GitHub Desktop.
.header-streak-count {
visibility: hidden;
width: 103px;
}
.header-streak-count::before {
content: "628-day streak";
visibility: visible;
}
.header-content {
margin-top: 30px;
}
content::before {
content: "Welcome to my scrapbook!";
display: block;
position: relative;
top: -30px;
left: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment