Posts

Showing posts with the label Random Post

How to Add Random Post Feature.

  How to Add Random Post Feature . >> First, you open your  blogger  account. >> Now open your website / blog theme in  HTML mode . >> Then paste this CSS code before  ]]></b:skin> #random-posts-pcmain img {height: 100px; width: auto; text-align: center; background: white; border-radius: 5px; margin-top: 12px;  } #random-posts-pcmain img:hover {     } ul#random-posts-pcmain {     background-color: white;float:center; margin-left: 2px; margin-top: 15px; } #random-posts-pcmain a { text-align: center; width: 100%; min-height:100%;color: white;display:block; font-size: 13px; margin-top: -20px; line-height: 17px; font-weight: bold;} #random-posts-pcmain a:hover {     text-decoration: none; } .random-summary {     font-size: 11px;     background: none;     padding: 5px;     margin-right: 8px; display: none; } #random-posts-pcmain li {height:...