কিভাবে আপনার ব্লগে যুক্ত করবেনঃ
১। প্রথমে আপনার ব্লগে লগিন করুন ।
২। ড্রোপডাউন মেনু থেকে Layout সিলেক্ট করে Edit HTMLকরুন ।
৩। এবার Search for ]]></b:skin> using Ctrl+F এ নিচের কোডটি কপি করে পেস্ট করুন ।
.uslide_left {
display: inline-block;
}
.uslide_left:after {
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
.uslide_left:hover:after {
width: 100%;
background: #990000;
}
.uslide_right {
display: inline-block;
position: relative;
padding-bottom: 3px;
}
.uslide_right:after {
content: '';
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
.uslide_right:hover:after {
width: 100%;
background: #990000;
}
৪। এবর সেভ করে বেরিয়ে আাসুন
১। প্রথমে আপনার ব্লগে লগিন করুন ।
২। ড্রোপডাউন মেনু থেকে Layout সিলেক্ট করে Edit HTMLকরুন ।
৩। এবার Search for ]]></b:skin> using Ctrl+F এ নিচের কোডটি কপি করে পেস্ট করুন ।
.uslide_left {
display: inline-block;
}
.uslide_left:after {
content: '';
display: block;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
.uslide_left:hover:after {
width: 100%;
background: #990000;
}
.uslide_right {
display: inline-block;
position: relative;
padding-bottom: 3px;
}
.uslide_right:after {
content: '';
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 3px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
.uslide_right:hover:after {
width: 100%;
background: #990000;
}
৪। এবর সেভ করে বেরিয়ে আাসুন
0 comments:
Post a Comment
Thanks For Comments