Always we are try to make our blog become more good and attractive. Its helps reader mind very happy and help to reader always remember about your blog. Now i share some buttons with mouse hover effects to your blogger. When we are include an external link like “LIVE DEMO” etc, in your blogger, this button can make some special attraction. You can add this on your blogger. It has two different parts CSS part and HTML part . Read carefully and add it.
Log in to your Blogger account
- Select on Template Option.
- Click on Edit HTML .
- Find (CTRL+F) ]]></b:skin> tag.
- Copy and paste CSS code above ]]></b:skin> tag.
- Copy and paste HTML code, where you want to see your image. ( Replace highlighted RED color with your Link and Text )
CSS Code
.MH{ background: rgba(0, 0, 0, .08); display: inline-block; padding: 5px; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; }
.MH a { color: #fff; border: 1px solid rgba(0, 0, 0, .3); display: inline-block; padding: .6em 1.2em; position: relative; text-decoration: none; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4); }
.MH a.red { background: #c60000; background: linear-gradient(top, #c60000 0%, #b20000 100%); background: -moz-linear-gradient(top, #c60000 0%, #b20000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c60000), color-stop(100%, #b20000)); background: -webkit-linear-gradient(top, #c60000 0%, #b20000 100%); }
.MH a.orange { background: #f99015; background: linear-gradient(top, #f99015 0%, #f76c0f 100%); background: -moz-linear-gradient(top, #f99015 0%, #f76c0f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99015), color-stop(100%,#f76c0f)); background: -webkit-linear-gradient(top, #f99015 0%,#f76c0f 100%); }
.MH a.green { background: #30a146; background: linear-gradient(top, #30a146 0%, #249334 100%); background: -moz-linear-gradient(top, #30a146 0%, #249334 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30a146), color-stop(100%, #249334)); background: -webkit-linear-gradient(top, #30a146 0%, #249334 100%); }
.MH a.blue { background: #16a4c8; background: linear-gradient(top, #16a4c8 0%, #1086b6 100%); background: -moz-linear-gradient(top, #16a4c8 0%, #1086b6 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16a4c8), color-stop(100%, #1086b6)); background: -webkit-linear-gradient(top, #16a4c8 0%, #1086b6 100%); }
.MH a.gray { background: #c2c2c2; background: linear-gradient(top, #c2c2c2 0%, #aeaeae 100%); background: -moz-linear-gradient(top, #c2c2c2 0%, #aeaeae 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2c2c2), color-stop(100%, #aeaeae)); background: -webkit-linear-gradient(top, #c2c2c2 0%, #aeaeae 100%); }
.MH a.dark { background: #464646; background: linear-gradient(top, #464646 0%, #343434 100%); background: -moz-linear-gradient(top, #464646 0%, #343434 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #343434)); background: -webkit-linear-gradient(top, #464646 0%, #343434 100%); }
.MH a:hover {
-moz-transform:rotate(-10deg);
-webkit-transform:rotate(-10deg);
-o-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
transform:rotate(-10deg);
}
HTML Codes
Blue Button:
Live Demo
<span class="MH"><a class="blue" href="YOUR-LINK-HERE"> YOUR-TEXT-HERE </a></span>
Replace highlighted RED color with your Link and Text
Orange Button:
Live Demo
<span class="MH"><a class="orange" href="YOUR-LINK-HERE"> YOUR-TEXT-HERE </a></span>
Replace highlighted RED color with your Link and Text
Dark Button:
Live Demo
<span class="MH"><a class="dark" href="YOUR-LINK-HERE"> YOUR-TEXT-HERE </a></span>
Replace highlighted RED color with your Link and Text
Gray Button:
Live Demo
<span class="MH"><a class="gray" href="YOUR-LINK-HERE"> YOUR-TEXT-HERE </a></span>
Replace highlighted RED color with your Link and Text
Red Button:
Live Demo
<span class="MH"><a class="red" href="YOUR-LINK-HERE"> YOUR-TEXT-HERE </a></span>
Replace highlighted RED color with your Link and Text
Green Button:
Live Demo
<span class="MH"><a class="green" href="YOUR-LINK-HERE"> YOUR-TEXT-HERE </a></span>
Replace highlighted RED color with your Link and Text
- Save it.
Are you happy.???…… Leave a commnet if it is not working on your blogger…
0 comments