Advertisement
Guest User

Untitled

a guest
Feb 1st, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.68 KB | None | 0 0
  1. /*add description to Subscription 1*/
  2. div#cid_22 .form-product-item:nth-child(2)::after {
  3.     content : "1 whole hog, distributed monthly in 25 lb pkgs";
  4.     position : relative;
  5.     color : black;
  6.     font-style : italic;
  7. }
  8.  
  9. /*add description to Subscription 2*/
  10. div#cid_22 .form-product-item:nth-child(4)::after {
  11.     content : "half hog distributed monthly in 12.5 pkgs";
  12.     position : relative;
  13.     color : black;
  14.     font-style : italic;
  15. }
  16.  
  17. /*add description to Subscription 3*/
  18. div#cid_22 .form-product-item:nth-child(6)::after {
  19.     content : "quarter hog share distributed monthly in 6 lb pkgs";
  20.     position : relative;
  21.     color : black;
  22.     font-style : italic;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement