Skip to content

Instantly share code, notes, and snippets.

@selimslab
Last active February 21, 2020 14:53
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 selimslab/d5e147d1c0e70dad06b8db93b5802d69 to your computer and use it in GitHub Desktop.
Save selimslab/d5e147d1c0e70dad06b8db93b5802d69 to your computer and use it in GitHub Desktop.
<style>
:root{
--main: hsl(230, 44%, 55%);
--secondary: hsl(230, 44%, 55%)
}
body{
background-color: var(--main)
}
html{
scroll-behavior:smooth;
}
</style>
<details>
<summary>Sample Text</summary>
<p>Read this sample text.</p>
</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment