Example
Posts
कोरोना-कोरोना कोरोना...(korona-korona korona...)
- Get link
- Other Apps
- Get link
- Other Apps
कोरोना-कोरोना कोरोना... हाहा-कार मच्च कई कोरोना। पुरी-दुनिया में कोरोना। क्या करेंगे कोरोना। इलाज मे लगे कोरोना। डॉक्टरो-विज्ञानी लग, इलाज मे करोना। कोरोना-कोरोना कोरोना... हाहा-कार मच्च कई कोरोना। सबकुच वंद करोना। मेदिकल-दवाघर खुले, जिवन-चीजे कुले रहेंगा। कोरोना से मत दरोना। सब घरमे रहोगा। कोरोना-कोरोना कोरोना... हाहा-कार मच्च कई कोरोना। लोगो को मिलोना। लोगो साथ नमस्ते करोना। बाहर मत निकरोना। भाग-जाएंगा कोरोना। कोरोना-कोरोना कोरोना... हाहा-कार मच्च कई कोरोना।
techlife95 programming language,blogger seo and more...
- Get link
- Other Apps
how to alert notification in to your blog?
- Get link
- Other Apps
<!***********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
- Get link
- Other Apps
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;