Skip to content

Instantly share code, notes, and snippets.

@ruslandevhub-star
Created March 14, 2026 12:37
Show Gist options
  • Select an option

  • Save ruslandevhub-star/b14de96f35d8d5ccd9a8ec82f9c3a0e0 to your computer and use it in GitHub Desktop.

Select an option

Save ruslandevhub-star/b14de96f35d8d5ccd9a8ec82f9c3a0e0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
button{
color: white;
background-color: black;
border: none;
padding: 10px 30px;
transition-property: padding background-color;
transition-duration: 2s;
}
button:hover{
background-color: green;
padding: 40px;
}
</style>
</head>
<body>
<button>
USTINE KELIW
</button>
</body>
</html>
@ruslandevhub-star
Copy link
Author

it's very god

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment