Posts

How to automatically post update

How to automatically post update You can set automatically update post when you like. Set date in blogger to automatically update. Here follows the below step Step-1 Sing in blog Step-2 Click on new post Image-1 Writing you post

कोरोना-कोरोना कोरोना...(korona-korona korona...)

➦कोरोना-कोरोना कोरोना... ➥हाहा-कार मच्च कई कोरोना। ➥पुरी-दुनिया में कोरोना। ➥क्या करेंगे कोरोना। ➥इलाज मे लगे कोरोना। ➥डॉक्टरो-विज्ञानी लग, ➥इलाज मे करोना।
कोरोना-कोरोना कोरोना... हाहा-कार मच्च कई कोरोना। पुरी-दुनिया में कोरोना। क्या करेंगे कोरोना। इलाज मे लगे कोरोना। डॉक्टरो-विज्ञानी लग, इलाज मे करोना। कोरोना-कोरोना कोरोना... हाहा-कार मच्च कई कोरोना। सबकुच वंद करोना। मेदिकल-दवाघर खुले, जिवन-चीजे कुले रहेंगा। कोरोना से मत दरोना। सब घरमे रहोगा। कोरोना-कोरोना कोरोना... हाहा-कार मच्च कई कोरोना। लोगो को मिलोना। लोगो साथ नमस्ते करोना। बाहर मत निकरोना। भाग-जाएंगा कोरोना। कोरोना-कोरोना कोरोना... हाहा-कार मच्च कई कोरोना।

techlife95 programming language,blogger seo and more...

Hello friend this is techlife95 official blog site.in this site your learn programming language, blog topic and more...visit now

how to alert notification in to your blog?

<!***********alert****************!> how to show alert in your blogger just copy and past this code in your blogger <style> .alert {   padding: 8px;  // background-color: #f44331;   background:#00CCFF; width:400px; height:70px;   opacity:0.3;   transition: opacity 0.6s;   margin-bottom:25px;   text-align:center;   letter-spacing:2px;   word-spacing:4px;       border-radius: 0px 0px 80px 80px;   color:red;   font-size:16px;       box-shadow: 0px 1px 1px 0px black;     text-shadow: 1px -1px 1px black; background-image:url(naraj.jpg);background-repeat: no-repeat; } .alert.warning {background-color:silver; opacity:0.3;} .closebtn {   margin-left:25px;   color: white;   height:30px;   font-weight: bolder;   float: right;   font-size: 40px;   line-height: 30px;   cursor: pointer;   transition: 10.3s; } .closebtn:hover {   color: black; } .contactl{text-decoration:none;overflow:hidden;background:#eee;} .contact:hov

Latest random post with thumbnail widget HTML / JAVASCRIPT

Image
I'll talk about Random thumbnail in detail today. I also brought some examples and their HTML / JAVASCRIPT code that will help you easily get past your blogger. This random post of different design and style will be auto-updating forever. Automatic will be replaced and new posts will be added instead. Copy the code of the design you like from this design. You will find information on how to do this code past the end of the post. screenshot-1 random post html /javascript code <style> #random-posts img {        float: left;    margin-right: 0px; padding:5px;    width: 100px;    height: 100px;             border:solid 0.5px #000000;                                     background:#148781; cursor: help; overflow:hidden; padding: 0.5px;    transition: all 0.5s linear 0s; } #random-posts img:hover {    opacity: 0.5; } ul#random-posts {    list-style-type: none; border:1px    solid back;padding: 0px; } #random-posts a {    font-size: 15px;