Buttons with style

Size
2,082 Kb
Views
22,264

How do I make an buttons with style?

What is a buttons with style? How do you make a buttons with style? This script and codes were developed by Myron Schippers on 15 September 2022, Thursday.

Buttons with style Previews

Buttons with style - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>buttons with style</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <p> <h3 class="h3">Standard Button</h3>
</p>
<p> <a class="btn" href="#">.btn</a>
</p>
<p> <h3 class="h3">Button Radius</h3>
</p>
<p> <a class="btn btn_radius-03" href="#">.btn.btn_radius-03</a>
</p>
<p> <a class="btn btn_radius-05" href="#">.btn.btn_radius-05</a>
</p>
<p> <a class="btn btn_radius-10" href="#">.btn.btn_radius-10</a>
</p>
<p> <a class="btn btn_radius-15" href="#">.btn.btn_radius-15</a>
</p>
<p> <a class="btn btn_radius-20" href="#">.btn.btn_radius-20</a>
</p>
<p> <a class="btn btn_radius-40" href="#">.btn.btn_radius-40</a>
</p>
<p> <a class="btn btn_radius-full" href="#">.btn.btn_radius-full</a>
</p>
<p> <h3 class="h3">Button Style</h3>
</p>
<p> <a class="btn btn_style-raised" href="#">.btn.btn_style-raised</a>
</p>
<p> <a class="btn btn_style-pill" href="#">.btn.btn_style-pill</a>
</p>
<p> <a class="btn btn_style-pill" href="#">.btn.btn_style-pill</a>
</p>
<p> <h3 class="h3">Button Size</h3>
</p>
<p> <a class="btn btn_size-tiny" href="#">.btn.btn_size-tiny</a>
</p>
<p> <a class="btn btn_size-small" href="#">.btn.btn_size-small</a>
</p>
</body>
</html>

Buttons with style - Script Codes CSS Codes

/* Base * *************** */
body { font-family: Helvetica, Arial, sans-serif; font-size: ;
}
}
p { padding: 0; margin: 0 0 0.5rem;
}
/* *************** * End Base */
.btn { background-color: #2c77ba; border: none; color: #fff; cursor: pointer; display: inline-block; font-family: inherit; font-size: 100%; height: 3em; line-height: 3; margin: 0; overflow: visible; padding: 0 1em 0; text-decoration: none; vertical-align: middle; white-space: nowrap;
}
.btn:hover, .btn:active, .btn:focus, .btn:visited { text-decoration: none; color: #fff;
}
.btn:hover { box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5);
}
.btn:active, .btn:focus { outline: none; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
.btn::-moz-focus-inner { border: 0; padding: 0;
}
/* btn_size-...
**********************/
.btn_size-tiny { font-size: 0.75em; padding-left: .5em; padding-right: .5em; height: 2em; line-height: 2em;
}
.btn_size-small { padding-left: .5em; padding-right: .5em; height: 2em; line-height: 2em;
}
.btn_size-large {
}
/* btn_radius-...
**********************/
.btn_radius-03 { border-radius: 3px;
}
.btn_radius-05 { border-radius: 5px;
}
.btn_radius-10 { border-radius: 10px;
}
.btn_radius-15 { border-radius: 15px;
}
.btn_radius-20 { border-radius: 20px;
}
.btn_radius-40 { border-radius: 40px;
}
.btn_radius-full { border-radius: 100%;
}
/* btn_style-...
**********************/
.btn_style-raised { border: 1px solid rgba(0, 0, 0, 0.4); border-width: 0 0 4px;
}
.btn_style-pill { border-radius: 100%;
}
.btn_style-pill:before { border-radius: 100%; background-image:;
}
.btn_style-shiny {}
.btn_style-toon {}
.btn_style-shiny {}
Buttons with style - Script Codes
Buttons with style - Script Codes
Home Page Home
Developer Myron Schippers
Username chbymnky
Uploaded September 15, 2022
Rating 3
Size 2,082 Kb
Views 22,264
Do you need developer help for Buttons with style?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Myron Schippers (chbymnky) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!