Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save ruslandevhub-star/cc146e553f68c96248fc900c1afc4253 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Button</title>
<style>
button{
color: black;
background-color: rgb(255, 94, 0);
border: none;
border-radius: 6px;
padding: 8px 10px;
}
</style>
</head>
<body>
<button>buttom</button>
</body>
</html>
@ruslandevhub-star
Copy link
Author

it's button
Can you like this is

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