Adding The Notification Box For Blogger
Step 1: Adding The CSS
- Go to Blogger
- Template > Edit Html
- Search for ]]></b:skin> (Ctrl+f)
- Add the following code above it
.tip {
text-decoration: blink;
background: #FFC url(https://lh5.googleusercontent.com/-sRX_pcKj5V0/UK8LgCVZanI/
AAAAAAAAG84/-Pst-ZgY36k/s32/notification.png) center no-repeat;
margin: 0 auto;
width: 90%;
display: block;
border: 1px solid #D5B900;
background-position: 7px 50%;
padding: 10px 10px 10px 45px;
vertical-align: text-top !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tip:hover{
box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}
Step 2: Implementing The Notification Box
- Whenever you feel the need to use this box just use the code given below :
<div class="tip"><blink>Note:- </blink>YOUR TEXT HERE</div>
- Replace the text in pink with your own.
- If You Enjoy This Post! Please Take 5 Seconds To Share It.





Hello! This is Adrian Lucernas, the owner and administrator of this blog, who lives in Camotes Island Cebu, Philippines. I have a pretty and loving wife Eljen Lucernas. 


0 comments:
Post a Comment
Your feedback is always appreciated. We will try to reply to your queries as soon as time allows.
Note:
1. To add HTML code in comments then please use our HTML Encoder
2. For perfect customization of our tutorials, use our HTML Editor
3. Please do not spam, Spam comments will be deleted immediately upon our review.
Regards,
Adrian Lucernas