Skip to content

Instantly share code, notes, and snippets.

@faisalsayed10
Created August 1, 2020 07:18
Show Gist options
  • Save faisalsayed10/aaac3bb99ecb86a7a044e7dd612b9207 to your computer and use it in GitHub Desktop.
Save faisalsayed10/aaac3bb99ecb86a7a044e7dd612b9207 to your computer and use it in GitHub Desktop.
CSS uploaded by scrapbook.hackclub.com/customizer
body {
background-image: url('https://doggo.ninja/ey2BHD.jpg')
}
section:hover {
background-color: yellow;
cursor: crosshair;
}
article {
transition: transform 0.5s;
}
article:hover {
transform: scale(1.01);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment