Skip to content

Instantly share code, notes, and snippets.

@faisalsayed10
Created August 4, 2020 02:20
Show Gist options
  • Save faisalsayed10/e33c2716d8d284d8d1d68528556bc88b to your computer and use it in GitHub Desktop.
Save faisalsayed10/e33c2716d8d284d8d1d68528556bc88b 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