Simple Buttons

Developer
Size
1,750 Kb
Views
24,288

How do I make an simple buttons?

Simple buttons with various shapes.. What is a simple buttons? How do you make a simple buttons? This script and codes were developed by Hayden Mills on 14 August 2022, Sunday.

Simple Buttons Previews

Simple Buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Buttons</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h1>These are some buttons with various shapes.</h1>
<br></br>
<a href="" class="button">Button</a>
<a href="" class="button_1">Button</a>
<a href="" class="button_2">Button</a>
<a href="" class="button_3">Button</a>
<a href="" class="button_4">Button</a>
<a href="" class="button_5">Button</a>
</body>
</html>

Simple Buttons - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic);
body{ font-family: 'Karla', sans-serif;
}
a { text-decoration: none; font-size: 18px;
}
.button{ border-radius: 2px; background:rgba(0,0,0,0); border: 3px solid #000; padding: 8px 16px; color: #000; margin-top:0px;
}
.button:hover, .button:focus{	background: #000;	color: #fff;
}
.button_1{ border-radius: 2px; background:#000; border: 3px solid #000; padding: 8px 16px; color: #fff; margin-top:0px;
}
.button_1:hover, .button_1:focus{	background: #fff;	color: #000;
}
.button_2{ border-radius: 10px; background:#fff; border: 3px solid #000; padding: 8px 16px; color: #000; margin-top:0px;
}
.button_2:hover, .button_2:focus{	background: #000;	color: #fff;
}
.button_3{ border-radius: 10px; background:#000; border: 3px solid #000; padding: 8px 16px; color: #fff; margin-top:0px;
}
.button_3:hover, .button_3:focus{	background: #fff;	color: #000;
}
.button_4{ border-radius: 100px; background:#fff; border: 3px solid #000; padding: 8px 16px; color: #000; margin-top:0px;
}
.button_4:hover, .button_4:focus{	background: #000;	color: #fff;
}
.button_5{ border-radius: 100px; background:#000; border: 3px solid #000; padding: 8px 16px; color: #fff; margin-top:0px;
}
.button_5:hover, .button_5:focus{	background: #fff;	color: #000;
}
Simple Buttons - Script Codes
Simple Buttons - Script Codes
Home Page Home
Developer Hayden Mills
Username haydenmills
Uploaded August 14, 2022
Rating 3
Size 1,750 Kb
Views 24,288
Do you need developer help for Simple Buttons?

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!

Hayden Mills (haydenmills) Script Codes
Create amazing marketing copy 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!