Last active
February 21, 2020 14:53
-
-
Save selimslab/d5e147d1c0e70dad06b8db93b5802d69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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