Skip to content

Instantly share code, notes, and snippets.

View ruslandevhub-star's full-sized avatar

ruslandevhub-star

  • Joined Mar 12, 2026
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<style>
button{
color: white;
background-color: black;
border: none;
padding: 10px 30px;
transition-property: padding background-color;
<!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);