Asana Style Buttons

Developer
Size
2,502 Kb
Views
4,048

How do I make an asana style buttons?

What is a asana style buttons? How do you make a asana style buttons? This script and codes were developed by Paul Sullivan on 26 January 2023, Thursday.

Asana Style Buttons Previews

Asana Style Buttons - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Asana Style Buttons</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='wrap'> <div class='btn btn-one'> <i class='fa fa-heart'></i> </div> <div class='btn btn-two'> <i class='fa fa-pencil'></i> </div> <div class='btn btn-three'> <i class='fa fa-ellipsis-h'></i> </div> <div class='btn btn-four'> <i class='fa fa-share'></i> </div>
</div>
</body>
</html>

Asana Style Buttons - Script Codes CSS Codes

html, body { height: 100%; width: 100%;
}
* { box-sizing: border-box;
}
.wrap { height: 38px; width: 156px; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0;
}
.btn { height: 30px; width: 30px; margin: 5px 3px; display: inline-block; border-radius: 50%; text-align: center; line-height: 32px; color: #333; cursor: pointer; box-shadow: 0 0 0 1px #333; -webkit-transition: all .15s ease; transition: all .15s ease;
}
.btn .fa { padding: 0; margin-right: -1px;
}
.btn.btn-one:hover { box-shadow: 0 0 0 4px #933; color: #933;
}
.btn.btn-two:hover { box-shadow: 0 0 0 4px #693; color: #693;
}
.btn.btn-three:hover { box-shadow: 0 0 0 4px #846; color: #846;
}
.btn.btn-four:hover { box-shadow: 0 0 0 4px #379; color: #379;
}
Asana Style Buttons - Script Codes
Asana Style Buttons - Script Codes
Home Page Home
Developer Paul Sullivan
Username pwsm50
Uploaded January 26, 2023
Rating 4.5
Size 2,502 Kb
Views 4,048
Do you need developer help for Asana Style 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!

Paul Sullivan (pwsm50) 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!