Advertisement
Guest User

Untitled

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