View Single Post
Old 01-11-2020, 08:10 AM   #2
rjwse@aol.com
Addict
rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.
 
rjwse@aol.com's Avatar
 
Posts: 331
Karma: 2228060
Join Date: Dec 2013
Location: LaVernia, Texas
Device: kindle epub readers on android
oops! I forgot to include the copyable text itself:
Code:
<style> .kb1 {overflow: hidden;  position: relative; }
              .kb1 img {  width:100%;  animation: move 20s ease infinite;  position: relative;}
             @-webkit-keyframes move {  0% {transform-origin: center center; transform: scale(1);}
                                                                  50% {transform: scale(2); } } </style>

<div style="width:50%;float:left;margin-right:.5em;" class="kb1">
  <img src="$1" /></div>
  <p>Text to right if img at fifty percent.</p>

Last edited by theducks; 01-14-2020 at 10:45 AM. Reason: added code tags
rjwse@aol.com is offline   Reply With Quote