Your Ad Here

Posted By

loric on 12/21/09


Tagged


Versions (?)

Who likes this?

3 people have marked this snippet as a favorite

StrawMan
TrentSkunk
angiebowen


End articles with ivy leaf


 / Published in: ActionScript 3
 

  1. p:last-child:after {
  2. content: "\2766"; /* Here comes the ivy leaf */
  3. font-size: 150%; /* Makes the leaf larger than the normal text */
  4. padding-left: 10px; /* Leaf won't clash with the last letter of the text */
  5. float: right; /* Horizontal position is set to the right edge of the column */
  6. position: relative; /* This is just an homage to Albert Einstein */
  7. top: 15px /*Vertical distance from the last line of text */

Report this snippet  

Comments

RSS Icon Subscribe to comments
Posted By: StrawMan on December 21, 2009

One little thing however. This is CSS, not Actionscript.

You need to login to post a comment.