Code van widget random post
Code van widget random post <style> #random-posts img { border-radius: 10px; float: left; margin-right: 5px; width: 70px; height: 70px; background-color: #F5F5F5; padding: 3px; transition: all 0.2s linear 0s; } #random-posts img:hover { opacity: 0.6; } ul#random-posts { list-style-type: none; padding: 0px; } #random-posts a { font-size: 14px; text-transform: none; padding: 0px auto 5px; } #random-posts a:hover { text-decoration: none; } .random-summary { font-size: 12px; background: none; padding: 5px; margin-right: 8px; } #random-posts li { margin-bottom: 10px; border-bottom: 1px solid #EEEEEE; padding: 4px; } </style> <ul ...