Simple Button

Developer
Size
2,238 Kb
Views
2,024

How do I make an simple button?

Simple button using Font Awesome's icon font & netdna's Bootstrap cdn service. http://netdna.bootstrapcdn.com/. What is a simple button? How do you make a simple button? This script and codes were developed by Szpakoli on 03 February 2023, Friday.

Simple Button Previews

Simple Button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Button</title> <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css" rel="stylesheet"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <a href="#" class="button"><i class="icon-cloud-download"></i> Download</a>
</div><!-- /.container -->
</body>
</html>

Simple Button - Script Codes CSS Codes

/* Variables
------------------------------------------------- */
body { background-color: #3d4242; margin: 100px; text-align: center;
}
.container { margin: 0 auto;
}
.button { background-color: #77ebea; color: #3d4242; padding: 8px 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s;
}
.button:hover { text-decoration: none; background-color: #a3f2f1; color: #555d5d;
}
/* Mixins
------------------------------------------------- */
Simple Button - Script Codes
Simple Button - Script Codes
Home Page Home
Developer Szpakoli
Username szpakoli
Uploaded February 03, 2023
Rating 3
Size 2,238 Kb
Views 2,024
Do you need developer help for Simple Button?

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!

Szpakoli (szpakoli) Script Codes
Create amazing web content 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!